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
/
transformStandardRouteToHashRoute.d.ts
3 lines
(2 loc)
•
157 B
TypeScript
View Raw
1
2
3
import
{
RoutePath
,
RoutePathWithHash
}
from
'../../types'
;
export
declare
const
transformStandardRouteToHashRoute
:
(
route
:
RoutePath
) =>
RoutePathWithHash
;