UNPKG

iter-tools

Version:
3 lines 134 B
import { IterableIterator } from '../../types/iterable'; declare function repeat<T>(value: T): IterableIterator<T>; export { repeat };