mergeDeep
Deep merge two objects.
Presentation
function mergeDeep (target: any, sources: any): any;Returns
anyParameters
| Name | Type | Description | 
|---|---|---|
| target | any | |
| sources | any | 
Deep merge two objects.
function mergeDeep (target: any, sources: any): any;any| Name | Type | Description | 
|---|---|---|
| target | any | |
| sources | any |