ygoto3/simple-deep-assign
A very simple alternative of Object.assign() that recursively copies objects' elements to a target object. Recursion is only applied to a pure object. The other types of elements are just replaced with source elements.
JavaScriptMIT