_comuns/dist-front/aleatorio.mjs
2025-07-17 08:54:56 -03:00

2 lines
No EOL
201 B
JavaScript

const o="ABCDEFGHIJKLMNOPQRSTUVWXYZ".split(""),a=t=>`eli-${Array.from({length:t||8}).map(()=>o[(999*Math.random()|0)%o.length]).join("")}`;export{a as aleatorio};
//# sourceMappingURL=aleatorio.mjs.map