UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

6 lines (4 loc) 98 B
declare module 'regex-parser' { function Parse(regexString: string): RegExp; export = Parse; }