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