dependabot[bot]
2025-12-02 368203cf8537b0eb87bc7e47adb7b11a948eafe0
1
2
3
export function randomIdNonSecure() {
  return Math.random().toString(36).substring(2, 8)
}