Neovici/cosmoz-router

Generate uri from route rule.

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.