UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

10 lines (8 loc) • 195 B
var IDX=36, HEX=''; while (IDX--) HEX += IDX.toString(36); function uid(len) { var str='', num = len || 11; while (num--) str += HEX[Math.random() * 36 | 0]; return str; } exports.uid = uid;