UNPKG

iteragain

Version:

Javascript Iterable/Iterator/Generator-function utilities.

4 lines 246 B
/** Returns true if `arg` implements the `Symbol.iterator`, i.e. it's able to be passed to a `for of` loop. */ export declare function isIterable(arg: any): arg is Iterable<any>; export default isIterable; //# sourceMappingURL=isIterable.d.ts.map