← Back
Editing: regex-parser.d.ts
declare module 'regex-parser' { function Parse(regexString: string): RegExp; export = Parse; }
Save File
Cancel