UNPKG

@cspell/cspell-pipe

Version:
9 lines 649 B
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