UNPKG

magic-helper

Version:

this is magic helper

15 lines (13 loc) 307 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