Variable to deeply copy.
Variable's deep copy.
Performs a deep merge of two plain objects. Only plain objects and arrays are deeply copied.
First object.
Second object.
A new object resulting of merging of the two others.
Returns true
if the given variable is a plain object, false
otherwise.
Variable to check against.
true
if the variable is a plain object, false
otherwise.
Generated using TypeDoc
Performs a deep copy of a variable. Only plain objects and arrays are deeply copied.