![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | LICENSE | 2 years ago | 1.1K | f0d2fc9 test post-receive hook [كارل مبارك] |
![]() | README.md | 2 years ago | 1.3K | 15de0e0 styling, texts [كارل مبارك] |
![]() | index.js | 2 years ago | 381 | 15de0e0 styling, texts [كارل مبارك] |
![]() | package.json | 2 years ago | 857 | 120707f added node version q18.16 to dependincies [كارل مبارك] |
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/>