Uniqueid
The Uniqueid registry offers functions to generate unique identifiers, such as UUIDs, which are essential for creating distinct and traceable entities in your applications.
You can easily import all the functions from the uniqueid
registry by including the following import statement in your code
uuidv4
Uuidv4 generates a new random UUID (Universally Unique Identifier) version 4.
Signature | |
Must version | ❌ |
Last updated