UNPKG

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