anthops
2025-04-30 adf442036b244dfafea6287bf69c22f4eb133b79
1
2
3
export function randomIdNonSecure() {
  return Math.random().toString(36).substring(2, 8)
}