UNPKG
egg-minifapp
Version:
latest (1.0.9)
1.0.9
1.0.8
1.0.7
1.0.6
对接各种小程序之类app的sdk
gitee.com
egg-minifapp
/
dist
/
src
/
common
/
util.d.ts
4 lines
(3 loc)
•
164 B
TypeScript
View Raw
1
2
3
4
export
declare
const
querystringfun
:
(
_params
:
any
) =>
string
;
export
declare
const
queryURLParams
:
(
url
:
any
) =>
any
;
export
declare
const
gethostip
:
() =>
any
[];