You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Optional wildcards
* Wild can be omitted for optional wildcard inject - we're not expecting a null value
* Apply suggestions from code review
* chore: update readme
* chore: update module size
---------
Co-authored-by: Luke Edwards <[email protected]>
> A tiny (394B) utility that converts route patterns into RegExp. Limited alternative to [`path-to-regexp`](https://github.com/pillarjs/path-to-regexp) 🙇
3
+
> A tiny (405B) utility that converts route patterns into RegExp. Limited alternative to [`path-to-regexp`](https://github.com/pillarjs/path-to-regexp) 🙇
4
4
5
5
With `regexparam`, you may turn a pathing string (eg, `/users/:id`) into a regular expression.
6
6
@@ -13,6 +13,7 @@ Unlike [`path-to-regexp`](https://github.com/pillarjs/path-to-regexp), this modu
0 commit comments