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