10 lines
152 B
Markdown
10 lines
152 B
Markdown
|
# UUID Functions
|
||
|
|
||
|
Sprig can generate UUID v4 universally unique IDs.
|
||
|
|
||
|
```
|
||
|
uuidv4
|
||
|
```
|
||
|
|
||
|
The above returns a new UUID of the v4 (randomly generated) type.
|