projecte_ionic/node_modules/regex-parser/lib/typings/regex-parser.d.ts
2022-02-09 18:30:03 +01:00

5 lines
98 B
TypeScript
Executable file

declare module 'regex-parser' {
function Parse(regexString: string): RegExp;
export = Parse;
}