Repository URL to install this package:
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const uuid_1 = require("uuid"); exports.randomStringGenerator = () => uuid_1.v4();