UNPKG

@shopware-ag/meteor-component-library

Version:

The meteor component library is a Vue component library developed by Shopware. It is based on the [Meteor Design System](https://shopware.design/).

17 lines (16 loc) 385 B
const urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict"; let nanoid = (size = 21) => { let id = ""; let bytes = crypto.getRandomValues(new Uint8Array(size)); while (size--) { id += urlAlphabet[bytes[size] & 63]; } return id; }; function createId() { return nanoid(); } export { createId as c }; //# sourceMappingURL=id-1e5b8276.mjs.map