Type alias ReadOnlyAsyncIterable<Item>

ReadOnlyAsyncIterable<Item>: ReadOnly<AsyncIterable<Item>>

Read-only AsyncIterable.

Remarks

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

Type Parameters

  • Item = unknown

    Type of the items in the AsyncIterable.