UNPKG

@salla.sa/twilight-components

Version:
7 lines (6 loc) 128 B
/*! * Crafted with ❤ by Salla */ export function generateRandomId() { return Math.random().toString(36).slice(2, 10); }