UNPKG

85 BTypeScriptView Raw
1declare function IsRegExp(argument: unknown): argument is RegExp;
2export = IsRegExp;