# 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. } ```
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
LICENSE | File | 1.07 KB | 0644 |
|
README.md | File | 275 B | 0644 |
|
extend.js | File | 1.39 KB | 0644 |
|
package.json | File | 1.21 KB | 0644 |
|
test.js | File | 453 B | 0644 |
|