Skip to content
AutoMapper TypeScript
Esc
navigateopen⌘Jpreview
On this page

AutoMapper TypeScript

Map TypeScript objects by convention, then configure only the differences.

AutoMapper TypeScript is an object-to-object mapper. It handles matching properties, nested models, and flattening so your mapping code stays focused on real transformations.

Packages

Package Purpose
@automapper/core Mapper, mapping configuration, conventions, and member functions
@automapper/classes Decorator metadata for classes
@automapper/pojos Explicit metadata for interfaces and plain objects
@automapper/mikro Classes strategy adapted for MikroORM 6
@automapper/sequelize Classes strategy adapted for Sequelize 6
@automapper/nestjs NestJS 10 and 11 integration

Last updated on July 16, 2026

Was this page helpful?