Jacky Zhao
2025-03-18 9818e1ad5788906162fca5e62665ac21ef0d9639
1
2
3
export function randomIdNonSecure() {
  return Math.random().toString(36).substring(2, 8)
}