mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 20:48:29 +02:00
chore: debug
This commit is contained in:
parent
a99ac77932
commit
dbb8e61d45
22 changed files with 530 additions and 3 deletions
1
node_modules/nanoid/nanoid.js
generated
vendored
Normal file
1
node_modules/nanoid/nanoid.js
generated
vendored
Normal file
|
@ -0,0 +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>62?"-":"_"),"");
|
Loading…
Add table
Add a link
Reference in a new issue