Type Alias AsyncCollectorFunction<TInput, TOutput>

AsyncCollectorFunction<TInput, TOutput>: ((iterable: AsyncIterable<TInput>) => PromiseLike<TOutput>)

Type Parameters

  • TInput
  • TOutput