ID generator service for creating unique identifiers.
Type Declaration
uuidv7: ()=>string
Generates a new UUIDv7 identifier.
Remarks
UUIDv7 is a time-ordered UUID that provides both uniqueness and sortability.
The timestamp is embedded in the first 48 bits, making it suitable for
database primary keys where insertion order matters.
ID generator service for creating unique identifiers.