Type Alias AsyncOperationFunction<TInput, TOutput>

AsyncOperationFunction<TInput, TOutput>: ((iterable: AsyncIterable<TInput>) => AsyncIterable<TOutput>)

Type Parameters

  • TInput
  • TOutput