Type alias AsyncIterableOnly<T, TReturn, TNext>
AsyncIterableOnly<T, TReturn, TNext>: { [asyncIterator](): AsyncIterableIterator<T>; } Type Parameters
- T
- TReturn = any
- TNext = undefined
Type declaration
[asyncIterator]:function
- [asyncIterator](): AsyncIterableIterator<T>
Returns AsyncIterableIterator<T>