UNPKG
magic-helper
Version:
latest (1.0.0)
1.0.0
this is magic helper
magic-helper
/
src
/
common
/
index.ts
12 lines
(11 loc)
•
271 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{ getParams, getParamsByKey }
from
'./params'
import
{ getAuthInfo }
from
'./auth'
import
{ getScanRes }
from
'./getScanRes'
import
{ openDoor }
from
'./openDoor'
export
default
{ getParams, getParamsByKey, getAuthInfo, getScanRes, openDoor }