UNPKG

lazzy.ts

Version:

Fast and lightweight library for lazy operations with iterable objects.

3 lines 192 B
export declare function run<T, R, N>(iterator: Iterator<T, R, N>): R; export declare function runAsync<T, R, N>(iterator: AsyncIterator<T, R, N>): Promise<R>; //# sourceMappingURL=run.d.ts.map