lodash-deepmerge

1.0.0 • Public • Published

lodash-deepmerge

Manage deeply merging objects as well as the arrays they contain.

Usage (example)

const deepMerge = require('lodash-deepmerge');

const object = { a: [{ b: 2 }, { d: 4 }] };
const other = { a: [{ c: 3 }, { e: 5 }] };

console.log(deepMerge.merge(object,other))

Readme

Keywords

Package Sidebar

Install

npm i lodash-deepmerge

Weekly Downloads

31

Version

1.0.0

License

MIT

Unpacked Size

2.48 kB

Total Files

6

Last publish

Collaborators

  • maxshapira