UNPKG

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