import UUID from "./UUID.js" const uuid = UUID.fromString( "B264ABE9-287E-4C6C-9C2C-FDCB55A2338D" ) //ignore case console.log( uuid instanceof UUID ) //true //ng ...
Generates RFC 4122 compliant UUIDs. Version 4 UUIDs (UUIDs from random numbers) and version 1 UUIDs (time-based UUIDs) are available. UUID object allows a variety of access to the UUID including ...