botbook/node_modules/rc/browser.js
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00

7 lines
137 B
JavaScript

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