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
This is a fork of path-to-regexp with a few changes:
type: "module"
to the package.jsonexports
field set up correctly