UNPKG

@syntropiq/py-regex

Version:

Python-compatible regular expressions for TypeScript/JavaScript, mirroring Python's re/regex API.

4 lines 198 B
export { compileRegex, compileRegexPartial, convertNamedGroups } from './compile.js'; export { escapeRegex } from './escape.js'; export { regex } from './regex.js'; //# sourceMappingURL=index.js.map