melhorias tsup
This commit is contained in:
parent
8efeb59716
commit
40570d1b00
96 changed files with 621 additions and 107 deletions
6
dist-front/aleatorio.js
Normal file
6
dist-front/aleatorio.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
const alfabeto = "ABCDEFGHIJKLMNOPQRSTUVWXYZ".split("");
|
||||
const aleatorio = (tamanho) => `eli-${Array.from({ length: tamanho || 8 }).map(() => alfabeto[(999 * Math.random() | 0) % alfabeto.length]).join("")}`;
|
||||
export {
|
||||
aleatorio
|
||||
};
|
||||
//# sourceMappingURL=aleatorio.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue