index.d.ts 96 B

123
  1. declare function regexTester(regex: RegExp): (string: string) => boolean;
  2. export = regexTester;