usado respostas como modelo
This commit is contained in:
parent
697f810c0e
commit
01c5799dc6
89 changed files with 35 additions and 137 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue