/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
defaults
/
File Upload :
llllll
Current File: //usr/lib/node_modules/npm/node_modules/defaults/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; };
Copyright ©2k19 -
Hexid
|
Tex7ure