4 Recursive object extending.
6 [](https://travis-ci.org/unclechu/node-deep-extend)
8 [](https://nodei.co/npm/deep-extend/)
14 $ npm install deep-extend
21 var deepExtend = require('deep-extend');
28 c: { test1: 123, test2: 321 }
39 b: { first: 'one', second: 'two' },
42 e: { one: 1, two: 2 },
50 deepExtend(obj1, obj2);
58 b: { first: 'one', second: 'two' },
59 c: { test1: 123, test2: 222 } },
63 e: { one: 1, two: 2 },
80 [CHANGELOG.md](./CHANGELOG.md)
85 Please, report about issues
86 [here](https://github.com/unclechu/node-deep-extend/issues).