403 B
403 B
Overview | Installation | Usage | Types | Values | Syntax | TypeRegistry | TypeCheck
Clone
Use the Clone function to deeply clone a value.
const A = Value.Clone({ x: 1, y: 2, z: 3 }); // const A = { x: 1, y: 2, z: 3 }
Back to Home