Andrew G. Dunn
2026-03-02 9576701d8532b9697df62c96d7c8676afd985b2d
1
2
3
export function randomIdNonSecure() {
  return Math.random().toString(36).substring(2, 8)
}