UNPKG
magic-helper
Version:
latest (1.0.0)
1.0.0
this is magic helper
magic-helper
/
lib
/
h5
/
params.d.ts
4 lines
•
170 B
TypeScript
View Raw
1
2
3
4
import
qs
from
'qs'
;
export
declare
const
getParamsForH5
:
() =>
qs.
ParsedQs
;
export
declare
const
initParams
:
() =>
Promise
<
unknown
>;
//# sourceMappingURL=params.d.ts.map