UNPKG

custom-automapper

Version:

A powerful, type-safe object mapping library for TypeScript and NestJS

4 lines 295 B
import { Mapper } from '../core/mapper'; export declare const MapBody: (destinationClass: new () => any, mapper?: Mapper) => ParameterDecorator; export declare const MapQuery: (destinationClass: new () => any, mapper?: Mapper) => ParameterDecorator; //# sourceMappingURL=param-decorator.d.ts.map