chat-server/node_modules/rc/browser.js

8 lines
137 B
JavaScript
Raw Permalink Normal View History

2019-04-10 20:23:01 +10:00
// when this is loaded into the browser,
// just use the defaults...
module.exports = function (name, defaults) {
return defaults
}