Type alias ReadOnlyAsyncIterableIterator<Item>

ReadOnlyAsyncIterableIterator<Item>: ReadOnly<AsyncIterableIterator<Item>>

Read-only AsyncIterableIterator.

Remarks

This is just an read-only alternative to AsyncIterableIterator to avoid unwanted mutations.

Type Parameters

  • Item = unknown

    Type of the items in the AsyncIterableIterator.