UNPKG

ideaz-element

Version:

<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>

12 lines (11 loc) 216 B
let e = 36, l = ""; for (; e--; ) l += e.toString(36); function i(n) { let t = "", r = n || 11; for (; r--; ) t += l[Math.random() * 36 | 0]; return t; } export { i as uid }; //# sourceMappingURL=uid.mjs.map