Emile Bangma
2025-03-30 9ff6c7a3f51f42cbeace0abee2bea3c365aeb636
1
2
3
export function randomIdNonSecure() {
  return Math.random().toString(36).substring(2, 8)
}