UNPKG

144 BTypeScriptView Raw
1/**
2 * Check the value is not one of these
3 */
4export declare function NotIn(arg: any[][] | {
5 msg: string;
6 args: any[][];
7}): Function;