Prelude API
    Preparing search index...

    Type Alias AnyPredicate<T, U>

    AnyPredicate: Predicate<T> | AsyncPredicate<T> | TypePredicate<T, U>

    A union of all predicate types (sync, async, or type predicate).

    Type Parameters

    • T

      The type of values being tested

    • U extends T = T