UNPKG

lazzy.ts

Version:

Fast and lightweight library for lazy operations with iterable objects.

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