We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061a70e commit 019729dCopy full SHA for 019729d
package.json
@@ -3,6 +3,7 @@
3
"version": "1.2.2",
4
"repository": "lukeed/regexparam",
5
"description": "A tiny (308B) utility that converts route patterns into RegExp. Limited alternative to `path-to-regexp` 🙇",
6
+ "unpkg": "dist/regexparam.min.js",
7
"module": "dist/regexparam.mjs",
8
"main": "dist/regexparam.js",
9
"types": "types.d.ts",
0 commit comments