Files
conference-room-booking-system/frontend/node_modules/regex-parser/lib/typings/regex-parser.d.ts
2025-08-20 21:01:11 -04:00

6 lines
98 B
TypeScript

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