This commit is contained in:
Luiz Silva 2024-05-07 10:00:00 -03:00
parent b90cfe207e
commit f30428ce4d
65 changed files with 74 additions and 161 deletions

View file

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