UNPKG

blue-iterate

Version:

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

2 lines (1 loc) 64 B
export declare function collect(iterable: any): Promise<any[]>;