UNPKG

231 BTypeScriptView Raw
1/**
2 * Will not allow values, that match the string regex or real regex
3 */
4export declare function Not(arg: string | (string | RegExp)[] | RegExp | {
5 msg: string;
6 args: string | (string | RegExp)[] | RegExp;
7}): Function;