UNPKG

ehsas_react-papaparse

Version:

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.

5 lines (4 loc) 185 B
import { ParseWorkerConfig } from 'papaparse'; export declare function readString<T>(csvString: string, config: ParseWorkerConfig<T> & { download?: false | undefined; }): void;