utils-merge
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/utils-merge package

1.0.1 • Public • Published

utils-merge

Version Build Quality Coverage Dependencies

Merges the properties from a source object into a destination object.

Install

$ npm install utils-merge

Usage

var a = { foo: 'bar' }
  , b = { bar: 'baz' };
 
merge(a, b);
// => { foo: 'bar', bar: 'baz' }

License

The MIT License

Copyright (c) 2013-2017 Jared Hanson <http://jaredhanson.net/>

Sponsor

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    29,556,465
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    29,556,465
  • 1.0.0
    394,992

Package Sidebar

Install

npm i utils-merge

Weekly Downloads

24,828,026

Version

1.0.1

License

MIT

Last publish

Collaborators

  • jaredhanson