UNPKG
@tb-app/registry-trigger
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
实现webview与淘宝小程序之间的通信
github.com/noshower/tb-app/tree/main/packages/registry-trigger
noshower/tb-app
@tb-app/registry-trigger
/
types
/
qs.d.ts
3 lines
(2 loc)
•
214 B
TypeScript
View Raw
1
2
3
export
declare
const
stringify
:
(
object
:
Record
<
string
,
string
|
number
|
boolean
>
) =>
string
;
export
declare
const
appendAsQueryString
:
(
url
:
string
,
query
:
Record
<
string
,
string
|
number
|
boolean
>
) =>
string
;