X7ROOT File Manager
Current Path:
/usr/lib/node_modules/npm/node_modules/defaults
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
defaults
/
ðŸ“
..
📄
.npmignore
(13 B)
📄
LICENSE
(1.05 KB)
📄
README.md
(827 B)
📄
index.js
(277 B)
📄
package.json
(1.34 KB)
📄
test.js
(1.03 KB)
Editing: index.js
var clone = require('clone'); module.exports = function(options, defaults) { options = options || {}; Object.keys(defaults).forEach(function(key) { if (typeof options[key] === 'undefined') { options[key] = clone(defaults[key]); } }); return options; };
Upload File
Create Folder