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