仪表盘
版本库
文件存储
活动
搜索
登录
蔡年峰
/
HM_StandardPda-Browse
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
bug修改
xwt
2025-06-10
676db89a661ba8af8da04f4503c39b1bc0d2c25e
[~cnf/HM_StandardPda-Browse.git]
/
node_modules
/
nanoid
/
nanoid.js
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?"_":"-"),"");