X7ROOT File Manager
Current Path:
/usr/lib/node_modules/npm/node_modules/util-extend
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
util-extend
/
ðŸ“
..
📄
LICENSE
(1.07 KB)
📄
README.md
(275 B)
📄
extend.js
(1.39 KB)
📄
package.json
(1.21 KB)
📄
test.js
(453 B)
Editing: README.md
# util-extend The Node object extending function that Node uses for Node! ## Usage ```js var extend = require('util-extend'); function functionThatTakesOptions(options) { var options = extend(defaults, options); // now any unset options are set to the defaults. } ```
Upload File
Create Folder