Function: uuidv7()
function uuidv7(): string;
Defined in: packages/core/src/submission/submission.ts:76
Time-ordered UUID v7. Crypto-random when crypto.getRandomValues exists;
see getRandomValues in ./hash.ts for the documented Math.random()
fallback used on bare Hermes.
Returns
string