UNPKG

magic-regexp

Version:

A compiled-away, type-safe, readable RegExp alternative

6 lines (4 loc) 126 B
declare function convert(regex: RegExp, { argsOnly }?: { argsOnly?: boolean | undefined; }): string; export { convert };