UNPKG

@nextcloud/vue

Version:
7 lines (6 loc) 151 B
const GenRandomId = (length) => { return Math.random().toString(36).replace(/[^a-z]+/g, "").slice(0, length || 5); }; export { GenRandomId as G };