yavidor
2025-10-31 4260214a07b180ce0a5e978e9954c2ace7e25ef3
1
2
3
export function randomIdNonSecure() {
  return Math.random().toString(36).substring(2, 8)
}