Function isAsyncIterable
- is
Async (value): value is AsyncIterable<unknown, any, any>Iterable Parameters
- value: unknown
Any value.
Returns value is AsyncIterable<unknown, any, any>
Whether value is async iterable.
- value: unknown
Any value.
Whether value is async iterable.
Tests for whether an object is async iterable.