Type Alias AsyncReduce<TInput, TCollection, TOutput>

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

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

Type Parameters

  • TInput
  • TCollection
  • TOutput