UNPKG

lazzy.ts

Version:

Fast and lightweight library for lazy operations with iterable objects.

2 lines 129 B
export declare function circular<T>(iterable: Iterable<T>): Generator<T, void, undefined>; //# sourceMappingURL=circular.d.ts.map