UNPKG

ut-tools

Version:

Build and Release management automation package.

3 lines (2 loc) 96 B
declare function regexTester(regex: RegExp): (string: string) => boolean; export = regexTester;