UNPKG

batch-iterable

Version:

An abstraction to work with iterables of asyncIterables

4 lines (3 loc) 159 B
// @ts-check export { default as BatchIterable } from "./src/BatchIterable.js" export { default as GenericBatchIterable } from "./src/GenericBatchIterable.js"