UNPKG

nestjs-response-dto-mapper

Version:

👀 Response to DTO mapper for NestJS and Swagger with class-transformer

3 lines (2 loc) • 145 B
import { NestInterceptor, Type } from '@nestjs/common'; export declare const WrapToClassInterceptor: (type: Type<any>) => Type<NestInterceptor>;