UNPKG
@tanstack/react-location
Version:
latest (3.7.4)
next (3.2.0-next.2)
3.7.4
3.7.3
3.7.2
3.7.0
3.6.5
3.6.1
3.6.0
3.5.2
3.5.0
3.4.4
3.4.3
3.4.1
3.4.0
3.2.0-next.2
3.1.0-next.63
react-location.tanstack.com
tanstack/react-location
@tanstack/react-location
/
build
/
types
/
qss.d.ts
3 lines
(2 loc)
•
110 B
TypeScript
View Raw
1
2
3
export
declare
function
encode
(
obj
:
any
,
pfx
?:
string
):
string
;
export
declare
function
decode
(
str
:
any
): {};