UNPKG

@cspell/cspell-pipe

Version:
5 lines 651 B
export { toArrayAsync as toArray } from '../helpers/toArray.js'; export { opAppendAsync as opAppend, opBufferAsync as opBuffer, opCombineAsync as opCombine, opConcatMapAsync as opConcatMap, opFilterAsync as opFilter, opFirstAsync as opFirst, opFlattenAsync as opFlatten, opJoinStringsAsync as opJoinStrings, opLastAsync as opLast, opMapAsync as opMap, opReduceAsync as opReduce, opSkipAsync as opSkip, opTakeAsync as opTake, opTapAsync as opTap, opUniqueAsync as opUnique, } from '../operators/index.js'; export { pipeAsync as pipe, pipeAsync } from '../pipe.js'; export { reduceAsync as reduce } from '../reduce.js'; //# sourceMappingURL=index.js.map