deepMergeObject
Callable
Parameters
targetObject: {} = {}
objects containing the properties to be merged with source.
sourceObject: null | object = {}
objects containing the properties you want to apply.
Returns any
return the deeply merged objects
objects containing the properties to be merged with source.
objects containing the properties you want to apply.
return the deeply merged objects
This function will accept the two objects as arguments and return the object of deeply merged with nested properties.