custom-automapper
Version:
A powerful, type-safe object mapping library for TypeScript and NestJS
6 lines • 341 B
TypeScript
export { AutomapperModule } from './automapper.module';
export { AutoMapInterceptor } from './interceptor';
export { AutoMapPipe } from './pipe';
export { UseMapper, MapFrom, MapTo, USE_MAPPER, MAPPER_SOURCE, MAPPER_DESTINATION } from './decorators';
export { MapBody, MapQuery } from './param-decorator';
//# sourceMappingURL=index.d.ts.map