Checks if a value is async iterable.
The type of iterated values
The value to check
True if the value implements the async iterable protocol (has a [Symbol.asyncIterator] method); false otherwise
[Symbol.asyncIterator]
Checks if a value is async iterable.