UNPKG

218 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.getID = void 0;
7
8var getID = function getID() {
9 return '_' + Math.random().toString(36).substr(2, 9);
10};
11
12exports.getID = getID;
\No newline at end of file