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
/
esm
/
logger.d.ts
2 lines
(1 loc)
•
71 B
TypeScript
View Raw
1
2
export
declare
function
logDiff
(
oldStr
:
string
,
newStr
:
string
):
void
;