ship-gis/node_modules/regex-parser/lib/typings/regex-parser.d.ts

6 lines
98 B
TypeScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
declare module 'regex-parser' {
function Parse(regexString: string): RegExp;
export = Parse;
}