implementado tsup
This commit is contained in:
parent
7bddbd5c72
commit
8efeb59716
131 changed files with 2216 additions and 1476 deletions
2
dist-front/uuid.mjs
Normal file
2
dist-front/uuid.mjs
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
const x="0123456789abcdef".split(""),r=()=>(x.sort(()=>Math.random()-.5),"xxxxxxxx-xxxx-4xxx-xxxx-xxxxxxxxxxxx".split("").map(o=>o==="x"?x[(1e3*Math.random()|0)%x.length]:o).join(""));export{r as uuid};
|
||||
//# sourceMappingURL=uuid.mjs.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue