usado respostas como modelo

This commit is contained in:
Luiz Silva 2025-07-07 14:21:48 -03:00
parent 697f810c0e
commit 01c5799dc6
89 changed files with 35 additions and 137 deletions

View file

@ -2,4 +2,3 @@ const alfabeto = "ABCDEFGHIJKLMNOPQRSTUVWXYZ".split("");
export const aleatorio = (tamanho) => `eli-${Array.from({ length: tamanho || 8 })
.map(() => alfabeto[((999 * Math.random()) | 0) % alfabeto.length])
.join("")}`;
//# sourceMappingURL=aleatorio.js.map