Type Alias Reduce<TInput, TCollection, TOutput>

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

Type Parameters

  • TInput
  • TCollection
  • TOutput