Edit File: regex-parser.d.ts
declare module 'regex-parser' { function Parse(regexString: string): RegExp; export = Parse; }
Back to File Manager