Type Alias Reduce<TInput, TCollection, TOutput>

Reduce: Invokable<
    [output: TOutput, item: TInput, index: number, collection: TCollection],
    TOutput,
>

IMPORT_PATH: "@daiso-tech/core/collection/contracts"

Type Parameters

  • TInput
  • TCollection
  • TOutput