Type guard that checks if a value is an iterable object.
The type of elements contained in the iterable.
The value to check for iterability.
true if the value implements the Iterable interface; otherwise, false.
true
Iterable
false
Use IterCore.isIterable instead
v0.4.5
Type guard that checks if a value is an iterable object.