Generates a UUID v4-style unique identifier.
The UUID follows the format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
A UUID string
const uuid = uniqueUuid(); // Returns "a3bb189e-8bf9-3888-9912-ace4e6543002" Copy
const uuid = uniqueUuid(); // Returns "a3bb189e-8bf9-3888-9912-ace4e6543002"
Generates a UUID v4-style unique identifier.
The UUID follows the format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx