function uuidV4(randomBytes): string
Returns the version 4 UUID for the randomBytes.
randomBytes
BytesLike
string
The UUID.
utils/uuid.ts:15
Was this page helpful?