UNPKG

fastify-file-interceptor

Version:

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

4 lines (3 loc) 204 B
import { NestInterceptor, Type } from "@nestjs/common"; import { Options } from "multer"; export declare function FileFastifyInterceptor(fieldName: string, localOptions?: Options): Type<NestInterceptor>;