Type Alias AsyncPredicateInvokable<TInput, TCollection>

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

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

Type Parameters

  • TInput
  • TCollection