bkp
This commit is contained in:
parent
b90cfe207e
commit
f30428ce4d
65 changed files with 74 additions and 161 deletions
|
|
@ -1,3 +1,2 @@
|
|||
const alfabeto = "ABCDEFGHIJKLMNOPQRSTUVWXYZ".split("");
|
||||
export const aleatorio = (tamanho) => Array.from({ length: tamanho || 8 }, () => `ale-${alfabeto[Math.floor(Math.random() * 1000) % alfabeto.length]}`).join("");
|
||||
//# sourceMappingURL=aleatorio.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue