GoScrobble/web/node_modules/regex-parser/lib/typings/regex-parser.d.ts

6 lines
98 B
TypeScript
Executable File

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