compatibilidade

This commit is contained in:
Luiz Silva 2025-07-07 13:53:19 -03:00
parent a4f38b84d7
commit d2fd401359
89 changed files with 131 additions and 32 deletions

View file

@ -2,3 +2,4 @@ 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