UNPKG

@loaders.gl/csv

Version:

Framework-independent loader for CSV and DSV table formats

7 lines 282 B
import type { Table } from '@loaders.gl/schema'; import type { CSVWriterOptions } from "../../csv-writer.js"; /** * Encode a Table object as CSV */ export declare function encodeTableAsCSV(table: Table, options?: CSVWriterOptions): string; //# sourceMappingURL=encode-csv.d.ts.map