augmenttoolkit / node_modules /@nestjs /common /utils /random-string-generator.util.js
Leon4gr45's picture
Include updated package-lock.json (part 10)
cfbbc1a verified
Raw
History Blame Contribute Delete
258 Bytes
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.randomStringGenerator = void 0;
const uid_1 = require("uid");
const randomStringGenerator = () => (0, uid_1.uid)(21);
exports.randomStringGenerator = randomStringGenerator;