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