Generate uri from route rule.
Opened this issue · 0 comments
megheaiulian commented
With a rule such as
const rule = hasbang(/^asd/)
generate the shortest and most precise href such as #asd
.
Should also handle capturing groups and params.
Opened this issue · 0 comments
With a rule such as
const rule = hasbang(/^asd/)
generate the shortest and most precise href such as #asd
.
Should also handle capturing groups and params.