Iteration helpers
Helpers for check iterability / get iterator in the pure
version or, for example, for arguments
object:
Types
function isIterable(value: any): boolean;
function getIterator(value: any): Object;
function getIteratorMethod(value: any): Function | void;
Less than 1 minute