mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
5 lines
82 B
TypeScript
5 lines
82 B
TypeScript
// generates v4
|
|
export function uuid(): string {
|
|
return crypto.randomUUID();
|
|
}
|