cloneDeep
| Generic types: | T |
Function that return the cloned type of the provided generic type.
Presentation
function cloneDeep (source: T): T;Returns
T -The clone type of the provided type.
Parameters
| Name | Type | Description |
|---|---|---|
| source | T | Generic object to be cloned. |