UNPKG

stream-chain

Version:

Chain functions, generators, Node streams, and Web streams into a pipeline with backpressure support.

5 lines (3 loc) 112 B
// @ts-self-types="./reduce.d.ts" export {default} from './fold.js'; export {fold as reduce} from './fold.js';