UNPKG

magic-helper

Version:

this is magic helper

10 lines (9 loc) 247 B
import { action } from './action'; export const navigateTo = (config) => { const { appid, targetUrl } = config; return action({ actionType: 'navigate', appid, targetUrl: targetUrl || '/pages/index/index' }); };