Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
index.js | 7 years ago | 381 | 3e510ca test new git [كارل مبارك] | |
LICENSE | 7 years ago | 1.1K | ||
README.md | 7 years ago | 1.3K | d768d73 docs [كارل مبارك] | |
package.json | 2 years ago | 1.6K | 3e510ca test new git [كارل مبارك] |
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/>