clone
Algorand TypeScript / index / clone
clone<
T>(value):T
Defined in: util.ts:188
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