UNPKG

hongluan-business-ui

Version:
11 lines (9 loc) 186 B
let $HB = {}; const setConfig = (option) => { $HB = option; }; const getConfig = (key) => { return $HB[key]; }; export { getConfig, setConfig }; //# sourceMappingURL=config.mjs.map