UNPKG

iterize

Version:

Use JavaScript Iterator, Easily

4 lines 160 B
export interface IterableProtocol extends IterableIterator<any> { // this method should clone the initial state of iterator clone(): IterableProtocol; }