Last updated 4 years ago
Was this helpful?
MergeObjects is a common function for merging two objects deeply.
yarn add @common-utilities/merge-objects -D
mergeObjects({ foo: 'bar' }, { baz: 'biz' }) // => { foo 'bar', baz: 'biz' }
No cruft. No bloat. No dependencies.
Simple, typed, functional, documented, and tested javascript utility functions.
View other on Github.