UNPKG

116 BTypeScriptView Raw
1declare function regexTester(regex: RegExp): OmitThisParameter<typeof RegExp.prototype.test>;
2export = regexTester;