dependabot[bot]
2026-01-07 65c5b270419ea63f0cbc252b48743c042f913c07
1
2
3
export function randomIdNonSecure() {
  return Math.random().toString(36).substring(2, 8)
}