@alloc/path-to-regexp
v8.2.0
Published
Express style path to RegExp utility
Downloads
3
Maintainers
Readme
@alloc/path-to-regexp
This is a fork of path-to-regexp with a few changes:
- Removed CommonJS support
- Targets ES2020 instead of ES2015
- Added
type: "module"
to the package.json - Has its
exports
field set up correctly - Updated the build process to use tsup