# deepMerge(target, source) ⇒ Object
Performs a deep merge of source into target.
Mutates target only but not its objects and arrays.
Kind: global function
Returns: Object - merged Orbject
Author: inspired by jhildenbiddle (opens new window).
| Param | Type |
|---|---|
| target | Object |
| source | Object |