Object
Assignin

_.assignIn(object, [sources])

This method is like _.assign except that it iterates over own and inherited source properties.
Note: This method mutates object.

Arguments

object (Object): The destination object.
[sources] (...Object): The source objects.

Returns

(Object): Returns object.

Example

Deep