UNPKG

blue-iterate

Version:

A collection of streams that work well with promises (through, map, reduce). Through2 with promise support

5 lines (4 loc) 147 B
export { buffer } from './buffer'; export { collect } from './collect'; export { map } from './map'; export { parallelMap } from './parallel-map';