compatibilidade
This commit is contained in:
parent
a4f38b84d7
commit
d2fd401359
89 changed files with 131 additions and 32 deletions
|
|
@ -6,3 +6,4 @@ const aleatorio = (tamanho) => `eli-${Array.from({ length: tamanho || 8 })
|
|||
.map(() => alfabeto[((999 * Math.random()) | 0) % alfabeto.length])
|
||||
.join("")}`;
|
||||
exports.aleatorio = aleatorio;
|
||||
//# sourceMappingURL=aleatorio.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue