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 th eprovided type.
Parameters
Name | Type | Description |
---|---|---|
source | T | Generic object to be cloned. |