Merge-objects👯♂️
Last updated
Was this helpful?
Last updated
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 common utilities on Github.