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