UNPKG

recoder-code

Version:

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

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