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