Files
portfolio/node_modules/regex-parser/lib/typings/regex-parser.d.ts
2021-09-20 16:54:47 -04:00

6 lines
98 B
TypeScript
Executable File

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