@cspell/cspell-pipe
Version:
Library to make working with Iterators/AsyncIterators easier.
11 lines • 729 B
JavaScript
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';
// eslint-disable-next-line unicorn/prefer-export-from
export const operators = _operators;
// eslint-disable-next-line unicorn/prefer-export-from
export const helpers = _helpers;
//# sourceMappingURL=index.js.map