dependabot[bot]
2025-05-07 c33f96e572d7fd4e15d24f9f527fc9f39aebbaa7
1
2
3
export function randomIdNonSecure() {
  return Math.random().toString(36).substring(2, 8)
}