mirror of
https://github.com/immich-app/immich.git
synced 2025-12-24 17:24:56 +03:00
3 lines
74 B
TypeScript
3 lines
74 B
TypeScript
let _count = 0;
|
|
export const generateId = (): string => `id-${_count++}`;
|