Performs a deep merge of two plain objects. Only plain objects and arrays are deeply copied.
{Error} If one of the arguments is not a plain object.
First object.
Second object.
A new object resulting of merging of the two others.
Generated using TypeDoc
Performs a deep merge of two plain objects. Only plain objects and arrays are deeply copied.
{Error} If one of the arguments is not a plain object.