UNPKG

@loaders.gl/csv

Version:

Framework-independent loader for CSV and DSV table formats

10 lines 379 B
declare const ChunkStreamer: typeof import("./papa-parser").ChunkStreamer; export default class AsyncIteratorStreamer extends ChunkStreamer { textDecoder: TextDecoder; constructor(config?: {}); stream(asyncIterator: any): Promise<void>; _nextChunk(): void; getStringChunk(chunk: any): string; } export {}; //# sourceMappingURL=async-iterator-streamer.d.ts.map