Stephen Tse
2025-03-31 21190255137e37d1f023205b11489953b3b3257a
1
2
3
export function randomIdNonSecure() {
  return Math.random().toString(36).substring(2, 8)
}