UNPKG

@nextcloud/vue

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