Type Alias AsyncForEach<TInput, TCollection>

AsyncForEach: Invokable<
    [item: TInput, index: number, collection: TCollection],
    Promisable<void>,
>

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

Type Parameters

  • TInput
  • TCollection