Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 343 Bytes

Readme.md

File metadata and controls

9 lines (7 loc) · 343 Bytes

@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