Type Alias ForEach<TInput, TCollection>

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

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

Type Parameters

  • TInput
  • TCollection