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