Type Alias AsyncPushIteratorSetup<T>
AsyncPushIteratorSetup: ( iterator: AsyncPushIterator<T>,) => Promise<(
() => unknown)
| undefined> | (
() => unknown)
| undefined Type declaration
- (
iterator: AsyncPushIterator<T>,
): Promise<(() => unknown) | undefined> | (() => unknown) | undefined Returns Promise<(() => unknown) | undefined> | (() => unknown) | undefined