UNPKG

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