UNPKG

209 BTypeScriptView Raw
1export declare function notBlank(): any;
2export declare function notNull(): (val: any, key: any) => any;
3export declare function isTrue(val: any): any;
4export declare function isFalse(): (val: any) => string;