UNPKG

@nextcloud/vue

Version:
7 lines (6 loc) 215 B
"use strict"; function GenRandomId(length) { return Math.random().toString(36).replace(/[^a-z]+/g, "").slice(0, length || 5); } exports.GenRandomId = GenRandomId; //# sourceMappingURL=GenRandomId-D7iOvpZS.cjs.map