blob: a1267e44f668195b89b68c6950e20773c57b2c46 [file] [log] [blame] [edit]
declare function regexTester(regex: RegExp): (string: string) => boolean;
export = regexTester;