UNPKG

@cspell/cspell-pipe

Version:
6 lines 725 B
export { toArrayAsync as toArray } from '../helpers/toArray.js'; export type { OperatorAsync as Operator } from '../operators/index.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.d.ts.map