mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-19 13:56:04 +00:00
public commit
This commit is contained in:
4
app/src/core/utils/uuid.ts
Normal file
4
app/src/core/utils/uuid.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// generates v4
|
||||
export function uuid(): string {
|
||||
return crypto.randomUUID();
|
||||
}
|
||||
Reference in New Issue
Block a user