UNPKG

magic-helper

Version:

this is magic helper

14 lines (13 loc) 309 B
import { initParams } from './params'; import { action } from './action'; import { toScan } from './toScan'; import { navigateTo } from './navigateTo'; import { closeApplet } from './close'; const magicH5 = { initParams, action, toScan, navigateTo, closeApplet, }; export default magicH5;