UNPKG

iter-tools-es

Version:
3 lines 155 B
import { Wrappable, IterableIterator } from '../../types/iterable'; declare function cycle<T>(source: Wrappable<T>): IterableIterator<T>; export { cycle };