UNPKG
@huolala-tech/page-spy-lynx
Version:
latest (2.4.0)
2.4.0
2.3.0
2.2.7
An SDK of PageSpy for debugging Lynx app
www.pagespy.org
HuolalaTech/page-spy
@huolala-tech/page-spy-lynx
/
dist
/
types
/
utils.d.ts
4 lines
(3 loc)
•
211 B
TypeScript
View Raw
1
2
3
4
export
declare
const
joinQuery
:
(
args
:
Record
<
string
,
unknown
>
) =>
string
;
export
declare
const
setCustomGlobal
:
(
global
:
Record
<
string
,
any
>
) =>
void
;
export
declare
const
getGlobal
:
() =>
Record
<
string
,
any
>;