K Gopal Krishna
2025-04-04 685c06ce2e7c559b4e2cc544e300c1262c739b1c
1
2
3
export function randomIdNonSecure() {
  return Math.random().toString(36).substring(2, 8)
}