UNPKG
yourrouter
Version:
latest (2.0.5)
2.0.5
2.0.4
2.0.3
1.1.2
1.1.1
1.1.0
1.0.31
1.0.21
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A powerful router based on client-side routing.
ch3ber.github.io/yourRouter
ch3ber/yourRouter
yourrouter
/
lib
/
routes
/
domain
/
transformHashRouteToStandardRoute.ts.js
4 lines
(3 loc)
•
92 B
JavaScript
View Raw
1
2
3
4
export
const
transformHashRouteToStandardRoute
= (
route
) => {
return
route.
slice
(
1
); };