UNPKG

@loaders.gl/json

Version:

Framework-independent loader for JSON and streaming JSON formats

4 lines 380 B
import type { TableBatch } from '@loaders.gl/schema'; import { LoaderOptions } from '@loaders.gl/loader-utils'; export declare function parseNDJSONInBatches(binaryAsyncIterator: AsyncIterable<ArrayBufferLike | ArrayBufferView> | Iterable<ArrayBufferLike | ArrayBufferView>, options?: LoaderOptions): AsyncIterable<TableBatch>; //# sourceMappingURL=parse-ndjson-in-batches.d.ts.map