Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deep-object-assign): add pure version (#383)
I thought we mutate the items during updates in Data Sets but apparently we don't, we clone them (I really should do some interoperability testing before I open PRs). This is basically `deepObjectAssign({}, base, update)` but with proper typesafety and more clearly communicating the intention of not modifying the arguments.
- Loading branch information