UNPKG

wiz-frameworks

Version:

wizlong react framework

15 lines 667 B
import { ergodicObj } from './Object'; import exception from './exception'; import { actionUtils } from './redux/actionUtils'; import { modelUtils } from './redux/modelUtils'; import { onError } from './error'; var createAction = function createAction(type) { return function (payload) { return { type: type, payload: payload }; }; }; import logUtils from './log'; import logStorageUtils from './log/logStorageUtils'; import * as templateUtils from './template'; import ossFileUtils from './ossFile/ossFileUtils'; export { ergodicObj, exception, actionUtils, modelUtils, createAction, onError, logUtils, logStorageUtils, templateUtils, ossFileUtils };