NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/regex-parser/lib/typings/regex-parser.d.ts

6 lines
98 B
TypeScript
Raw Normal View History

2023-09-14 14:47:11 +08:00
declare module 'regex-parser' {
function Parse(regexString: string): RegExp;
export = Parse;
}