Graduation / ui /node_modules /.vite /deps /chunk-HNIHZSAY.js
DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
// node_modules/nanoid/non-secure/index.js
var urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
var nanoid = (size = 21) => {
let id = "";
let i = size;
while (i--) {
id += urlAlphabet[Math.random() * 64 | 0];
}
return id;
};
export {
nanoid
};
//# sourceMappingURL=chunk-HNIHZSAY.js.map