UNPKG

258 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.randomStringGenerator = void 0;
4const uid_1 = require("uid");
5const randomStringGenerator = () => (0, uid_1.uid)(21);
6exports.randomStringGenerator = randomStringGenerator;