UNPKG

180 BJavaScriptView Raw
1import appFactory from './appFactory'
2
3var _options = {}
4
5function config(options) {
6 Object.assign(_options, options)
7}
8
9config.current = _options
10
11export default config
\No newline at end of file