UNPKG

@salla.sa/twilight-components

Version:
8 lines (7 loc) 162 B
/*! * Crafted with ❤ by Salla */ export function generateRandomId() { return Math.random().toString(36).slice(2, 10); } //# sourceMappingURL=utils.js.map