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

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i utils-merge

    Weekly Downloads

    23,569,070

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • jaredhanson