UNPKG
@tanstack/react-location-lite-experimental
Version:
latest (3.7.2)
3.7.2
3.7.0
3.6.4
3.6.3
3.6.1
3.6.0
3.5.1
3.5.0
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
react-location.tanstack.com
tanstack/react-location
@tanstack/react-location-lite-experimental
/
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
): {};