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