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