@cspell/cspell-pipe
Version:
Library to make working with Iterators/AsyncIterators easier.
5 lines • 632 B
JavaScript
export { toArraySync as toArray } from '../helpers/toArray.js';
export { opAppendSync as opAppend, opBufferSync as opBuffer, opCombineSync as opCombine, opConcatMapSync as opConcatMap, opFilterSync as opFilter, opFirstSync as opFirst, opFlattenSync as opFlatten, opJoinStringsSync as opJoinStrings, opLastSync as opLast, opMapSync as opMap, opReduceSync as opReduce, opSkipSync as opSkip, opTakeSync as opTake, opTapSync as opTap, opUniqueSync as opUnique, } from '../operators/index.js';
export { pipeSync as pipe, pipeSync } from '../pipe.js';
export { reduceSync as reduce } from '../reduce.js';
//# sourceMappingURL=index.js.map