UNPKG

fastify-file-interceptor

Version:

This library for Nestjs using FastifyAdapter it rely on library fastify-multer and express multer

7 lines 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.randomStringGenerator = void 0; const uuid_1 = require("uuid"); const randomStringGenerator = () => uuid_1.v4(); exports.randomStringGenerator = randomStringGenerator; //# sourceMappingURL=random-generator.js.map