plain-object-merge
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

Plain Object Merge

Extremely fast function optimized for deep merging json-serializable plain objects.

Install

npm install --save plain-object-merge

Usage

import merge from 'plain-object-merge';

merge ([
  { deep: { foo: 123 } },
  { deep: { bar: 123 } }
]); // => { deep: { foo: 123, bar: 123 } }

License

MIT © Fabio Spampinato

Dependents (6)

Package Sidebar

Install

npm i plain-object-merge

Weekly Downloads

309

Version

2.0.1

License

none

Unpacked Size

7.93 kB

Total Files

14

Last publish

Collaborators

  • fabiospampinato