Submit
Path:
~
/
/
opt
/
alt
/
alt-nodejs18
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
defaults
/
File Content:
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; };
Submit
FILE
FOLDER
Name
Size
Permission
Action
LICENSE
1112 bytes
0644
index.js
277 bytes
0644
package.json
632 bytes
0644
test.js
1050 bytes
0644
N4ST4R_ID | Naxtarrr