utils/isiterable
module
Functions
-
isIterable( value ) → value is Iterable<any>
module:utils/isiterable~isIterable
Checks if value implements iterator interface.
Parameters
value : any
The value to check.
Returns
value is Iterable<any>
True if value implements iterator interface.