UNPKG

lazzy.ts

Version:

Fast and lightweight library for lazy operations with iterable objects.

3 lines 235 B
import { PromiseValue } from "../common"; export declare function promiseAll<T, R, N>(iterator: Iterator<T | Promise<T>, R, N> | AsyncIterator<T | Promise<T>, R, N>): Promise<PromiseValue<T>[]>; //# sourceMappingURL=promiseAll.d.ts.map