mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 22:40:26 +01:00
4 lines
87 B
TypeScript
4 lines
87 B
TypeScript
export function generateId(): string {
|
|
return Math.random().toString(36).slice(2);
|
|
}
|