UNPKG

hongluan-business-ui

Version:
16 lines (12 loc) 293 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); let $HB = {}; const setConfig = (option) => { $HB = option; }; const getConfig = (key) => { return $HB[key]; }; exports.getConfig = getConfig; exports.setConfig = setConfig; //# sourceMappingURL=config.js.map