Type Alias PredicateFn<TInput, TCollection>

PredicateFn: Invokable<
    [item: TInput, index: number, collection: TCollection],
    boolean,
>

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

Type Parameters

  • TInput
  • TCollection