UNPKG

jingtum-lib-gm

Version:

jingtum lib

11 lines (8 loc) 221 B
// This object serves as a singleton to store config options var extend = require('extend'); var config = module.exports = { load: function (newOpts) { extend(config, newOpts); return config; } };