Skip to main content

type emptyAsyncFastIterator

An AsyncFastIterator that is already exhausted and never yields values. Its fastNext method always resolves to the provided fallback value.

Definition

emptyAsyncFastIterator: AsyncFastIterator<any>