1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-06-16 09:46:39 +00:00
2025-03-10 15:13:22 -07:00

4 lines
92 B
TypeScript

export function randomIdNonSecure() {
return Math.random().toString(36).substring(2, 8)
}