Files
feedstr.live/node_modules/regex-parser/lib/typings/regex-parser.d.ts
T
2023-11-25 18:12:47 -05:00

6 lines
98 B
TypeScript
Executable File

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