source:
frontend/node_modules/nanoid/nanoid.js
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 169 bytes | |
| Line | |
|---|---|
| 1 | 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?"_":"-"),""); |
Note:
See TracBrowser
for help on using the repository browser.
