UNPKG
@feoe/fs-router
Version:
latest (0.0.11)
0.0.11
file system based routing
knfeoe.github.io/fs-router
KNFEOE/fs-router
@feoe/fs-router
/
dist
/
index.d.ts
4 lines
(3 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
export
type
{
RouteTypes
}
from
"./types/route-type"
;
export
{ pathParser,
type
RouterParam
,
type
PathParserResult
, }
from
"./core/path-parser"
;
export
{ useNavigation }
from
"./hooks/use-navigation"
;