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.

3 lines (2 loc) 141 B
import { ParseRemoteConfig } from 'papaparse'; export declare function readRemoteFile<T>(url: string, config: ParseRemoteConfig<T>): void;