Your Name 056619c27f null
2024-03-15 14:39:48 +08:00

8 lines
137 B
JavaScript

// when this is loaded into the browser,
// just use the defaults...
module.exports = function (name, defaults) {
return defaults
}