UNPKG
magic-helper
Version:
latest (1.0.0)
1.0.0
this is magic helper
magic-helper
/
lib
/
common
/
params.d.ts
3 lines
•
138 B
TypeScript
View Raw
1
2
3
export
declare
const
getParams
:
() =>
any
;
export
declare
const
getParamsByKey
:
(
key
:
string
) =>
any
;
//# sourceMappingURL=params.d.ts.map