UNPKG

iteragain

Version:

Javascript Iterable/Iterator/Generator-function utilities.

4 lines 230 B
/** Returns true if `arg` implements the "Iterator" interface, i.e. it has a `next` method. */ export declare function isIterator(arg: any): arg is Iterator<any>; export default isIterator; //# sourceMappingURL=isIterator.d.ts.map