@cspell/cspell-pipe
Version:
Library to make working with Iterators/AsyncIterators easier.
9 lines • 649 B
TypeScript
import * as _helpers from './helpers/index.js';
import * as _operators from './operators/index.js';
export { fork, interleave, isAsyncIterable, toArray, toAsyncIterable, toDistributableIterable, } from './helpers/index.js';
export { opAppend, opAwaitAsync, opBuffer, opConcatMap, opFilter, opFirst, opFlatten, opJoinStrings, opLast, opMap, opSkip, opTake, opTap, opUnique, } from './operators/index.js';
export { pipeAsync, pipeSync } from './pipe.js';
export { reduce, reduceAsync, reduceSync } from './reduce.js';
export declare const operators: typeof _operators;
export declare const helpers: typeof _helpers;
//# sourceMappingURL=index.d.ts.map