JezK
Edit File: regexTester.d.ts
declare function regexTester(regex: RegExp): OmitThisParameter<typeof RegExp.prototype.test>; export = regexTester;