UNPKG
magic-helper
Version:
latest (1.0.0)
1.0.0
this is magic helper
magic-helper
/
src
/
index.ts
12 lines
(8 loc)
•
159 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
commonApi
from
'./common'
import
magicH5
from
'./h5'
let
magic = magicH5 magic.
initParams
()
export
default
{ ...magic, ...commonApi }