Decompose monolithic readme into docs/ directory structure
This commit is contained in:
11
docs/values/clone.md
Normal file
11
docs/values/clone.md
Normal file
@@ -0,0 +1,11 @@
|
||||
[Overview](../overview.md) | [Installation](../installation.md) | [Usage](../usage.md) | [Types](../types/) | **Values** | [Syntax](../syntax/) | [TypeRegistry](../type-registry.md) | [TypeCheck](../type-check.md)
|
||||
|
||||
# Clone
|
||||
|
||||
Use the Clone function to deeply clone a value.
|
||||
|
||||
```typescript
|
||||
const A = Value.Clone({ x: 1, y: 2, z: 3 }); // const A = { x: 1, y: 2, z: 3 }
|
||||
```
|
||||
|
||||
Back to [Home](../../readme.md)
|
||||
Reference in New Issue
Block a user