UNPKG

176 BTypeScriptView Raw
1/**
2Operator which inverts the following validation.
3
4@hidden
5
6@param predictate - Predicate to wrap inside the operator.
7*/
8export declare const not: (predicate: any) => any;