@hyperjump/pact
Version:
Higher order functions for iterators and async iterators
25 lines (24 loc) • 542 B
JavaScript
export {
asyncMap as map,
asyncTap as tap,
asyncFilter as filter,
asyncScan as scan,
asyncFlatten as flatten,
asyncDrop as drop,
asyncTake as take,
asyncHead as head,
range,
asyncEmpty as empty,
asyncZip as zip,
asyncConcat as concat,
asyncReduce as reduce,
asyncEvery as every,
asyncSome as some,
asyncCount as count,
asyncCollectArray as collectArray,
asyncCollectSet as collectSet,
asyncCollectMap as collectMap,
asyncCollectObject as collectObject,
asyncJoin as join,
pipe
} from "./index.js";