@cspell/cspell-pipe
Version:
Library to make working with Iterators/AsyncIterators easier.
8 lines • 405 B
JavaScript
export { toDistributableIterable } from './distribute.js';
export { fork } from './fork.js';
export { interleave } from './interleave.js';
export { asyncIteratorToAsyncIterable, iteratorToIterable } from './iteratorToIterable.js';
export { toArray } from './toArray.js';
export { toAsyncIterable } from './toAsyncIterable.js';
export { isAsyncIterable } from './util.js';
//# sourceMappingURL=index.js.map