mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 16:16:02 +00:00
5 lines
82 B
TypeScript
5 lines
82 B
TypeScript
// generates v4
|
|
export function uuid(): string {
|
|
return crypto.randomUUID();
|
|
}
|