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