Home > paratype > Predicate Predicate type Returns true if the specified value matches a predicate Signature: export declare type Predicate<T> = (value: T) => boolean;