UNPKG

lazzy.ts

Version:

Fast and lightweight library for lazy operations with iterable objects.

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