Files
Shifted/node_modules/regex-parser/lib/typings/regex-parser.d.ts
2026-02-10 01:14:19 +00:00

6 lines
98 B
TypeScript

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