Viewing File: /home/ubuntu/todaykat-frontend-base/node_modules/regex-parser/lib/typings/regex-parser.d.ts

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

	export = Parse;
}
Back to Directory File Manager