UNPKG
@tanstack/router-utils
Version:
alpha (1.121.0-alpha.26)
latest (1.121.21)
1.121.21
1.121.20
1.121.19
1.121.18
1.121.0
1.121.0-alpha.26
1.121.0-alpha.2
1.121.0-alpha.1
1.120.17
1.120.4-alpha.1
1.115.0
1.114.29
1.114.12
1.114.6
1.114.3
1.114.1
1.112.18
1.102.2
1.99.5
1.99.3
1.99.0
1.98.5
1.20.3-alpha.1
Modern and scalable routing for React applications
tanstack.com/router
TanStack/router
@tanstack/router-utils
/
dist
/
cjs
/
index.d.cts
4 lines
(3 loc)
•
162 B
text/typescript
View Raw
1
2
3
4
export
{ parseAst, generateFromAst }
from
'./ast.cjs'
;
export
type
{
ParseAstOptions
,
GeneratorResult
}
from
'./ast.cjs'
;
export
{ logDiff }
from
'./logger.cjs'
;