persona-community-5/.pnpm-store/v3/files/02/3ff6b209926a09d13e2dcf957648ed263fea94461898dc76da54ae6d52aa631dc0200a44dff69a629a5d575402b3b10567eaf91a2629d2fcb2849730e748fd
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

1 line
169 B
Plaintext

export let nanoid=(t=21)=>crypto.getRandomValues(new Uint8Array(t)).reduce(((t,e)=>t+=(e&=63)<36?e.toString(36):e<62?(e-26).toString(36).toUpperCase():e<63?"_":"-"),"");