UNPKG
magic-helper
Version:
latest (1.0.0)
1.0.0
this is magic helper
magic-helper
/
lib
/
index.js
9 lines
(8 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
commonApi
from
'./common'
;
import
magicH5
from
'./h5'
;
let
magic = magicH5; magic.
initParams
();
export
default
{ ...magic, ...commonApi };