util-extend

1.0.3 • Public • Published

util-extend

The Node object extending function that Node uses for Node!

Usage

var extend = require('util-extend');
function functionThatTakesOptions(options) {
  var options = extend(defaults, options);
  // now any unset options are set to the defaults.
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    3,259,870
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    3,259,870
  • 1.0.2
    11
  • 1.0.1
    14,794
  • 1.0.0
    7

Package Sidebar

Install

npm i util-extend

Weekly Downloads

836,244

Version

1.0.3

License

MIT

Last publish

Collaborators

  • isaacs