Repository URL to install this package:
|
Version:
1.16.0 ▾
|
| .. |
| LICENSE |
| README.md |
| extend.js |
| package.json |
| test.js |
The Node object extending function that Node uses for Node!
var extend = require('util-extend'); function functionThatTakesOptions(options) { var options = extend(defaults, options); // now any unset options are set to the defaults. }