summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/rc/browser.js
blob: 9ea1a3e395db5baed1a79c920118a120d5e9d902 (plain)
1
2
3
4
5
6
7

// when this is loaded into the browser,
// just use the defaults...

module.exports = function (name, defaults) {
  return defaults
}