UNPKG

fastify-file-interceptor

Version:

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

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