Bunlong / react-papaparse

react-papaparse is the fastest in-browser CSV (or delimited text) parser for React. It is full of useful features such as CSVReader, CSVDownloader, readString, jsonToCSV, readRemoteFile, ... etc.
https://react-papaparse.js.org
MIT License
370 stars 61 forks source link

feat: improve types #83

Closed G-Rath closed 3 years ago

G-Rath commented 3 years ago

Improves the types of CSVReader & co by using the types from @types/papaparse.