UNPKG

58 BTypeScriptView Raw
1export declare type Predicate<T> = (value: T) => boolean;