UNPKG

@loaders.gl/core

Version:

The core API for working with loaders.gl loaders and writers

5 lines 237 B
/** * "Debounces" batches and returns them in groups */ export declare function timedBatchIterator<Batch>(batchIterator: AsyncIterable<Batch>, timeout: number): AsyncIterable<Batch[]>; //# sourceMappingURL=timed-batch-iterator.d.ts.map