Type Alias AsyncReduce_<TInput, TCollection, TOutput>

AsyncReduce_<TInput, TCollection, TOutput>: ((output: TOutput, item: TInput, index: number, collection: TCollection) => Promise<TOutput>)

Type Parameters

  • TInput
  • TCollection
  • TOutput