clone
clone<
T>(value):T
Defined in: util.ts:270
Creates a deep copy of the specified value
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”T
The value to clone
Returns
Section titled “Returns”T
clone<
T>(value):T
Defined in: util.ts:270
Creates a deep copy of the specified value
T
T
The value to clone
T