UNPKG

fastify-file-interceptor

Version:

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

9 lines (8 loc) 627 B
export { FileFastifyInterceptor } from "./multer/interceptor/file-fastify-interceptor"; export { FilesFastifyInterceptor } from "./multer/interceptor/files-fastify-interceptor"; export { AnyFilesFastifyInterceptor } from "./multer/interceptor/any-file-fastify-interceptor"; export { FileFieldsFastifyInterceptor } from "./multer/interceptor/file-fields-fastify-interceptor"; export { FastifyMulterModule } from "./multer/module/fastify-multer.module"; export { diskStorage, memoryStorage } from "multer"; export { contentParser } from "fastify-multer"; export { MulterFile } from "./multer/interface/fastify-multer-interface";