![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | LICENSE | 7 years ago | 1.1K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] |
![]() | README.md | 7 years ago | 1.3K | f12eb36 documentaiton updates [كارل مبارك] |
![]() | index.js | 7 years ago | 381 | |
![]() | package.json | 2 years ago | 1.6K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] |
Merges the properties from a source object into a destination object.
$ npm install utils-merge
var a = { foo: 'bar' }
, b = { bar: 'baz' };
merge(a, b);
// => { foo: 'bar', bar: 'baz' }
Copyright (c) 2013-2017 Jared Hanson <http://jaredhanson.net/>