UNPKG

lazzy.ts

Version:

Fast and lightweight library for lazy operations with iterable objects.

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