Type Alias AsyncIterableValue<TInput>

AsyncIterableValue<TInput>: Iterable<TInput> | AsyncIterable<TInput>

Type Parameters

  • TInput