UNPKG

multercf

Version:

NestJS module to parse incoming HTML form data in Firebase CloudFunctions projects

3 lines (2 loc) 161 B
import { NestInterceptor, Type } from '@nestjs/common'; export declare function FileInterceptorCF(fieldName: string, localOptions?: any): Type<NestInterceptor>;