Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
lib
/
node_modules
/
npm
/
node_modules
/
util-extend
/
File Content:
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. } ```
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
LICENSE
1096 bytes
0644
README.md
275 bytes
0644
extend.js
1420 bytes
0644
package.json
1242 bytes
0644
test.js
453 bytes
0644
N4ST4R_ID | Naxtarrr