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