orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
35 lines (20 loc) • 634 B
Markdown
from a source object into a destination object.
$ npm install utils-merge
```javascript
var a = { foo: 'bar' }
, b = { bar: 'baz' };
merge(a, b);
// => { foo: 'bar', bar: 'baz' }
```
$ npm install
$ npm test
[](http://travis-ci.org/jaredhanson/utils-merge)
- [Jared Hanson](http://github.com/jaredhanson)
[ ](http://opensource.org/licenses/MIT)
Copyright (c) 2013 Jared Hanson <[http://jaredhanson.net/](http://jaredhanson.net/)>
Merges the properties