UNPKG

137 BJavaScriptView Raw
1
2// when this is loaded into the browser,
3// just use the defaults...
4
5module.exports = function (name, defaults) {
6 return defaults
7}