Checks if a value is async iterable.
The type of iterated values
true if the value implements the async iterable protocol (has a [Symbol.asyncIterator] method)
true
[Symbol.asyncIterator]
Checks if a value is async iterable.