🧙‍♂️
Dynamic Mapper
  • DynamicMapper
  • Getting started
  • Configuration
    • Member configuration
    • Subtyping
  • Profiles
  • Integrations
    • Angular
Powered by GitBook
On this page
  • Installation
  • Integrations

Was this helpful?

DynamicMapper

Object to object mapping in dynamic nature of JavaScript

DynamicMapper is a library that provides support for object to object mapping.

Since plain JavaScript can be too dynamic for proper object mapping DynamicMapper is best to use together with TypeScript.

DynamicMapper is heavily influenced by C# library AutoMapper but aims on mapping in dynamic nature of JavaScript.

Installation

npm install @dynamic-mapper/mapper --save

Integrations

DynamicMapper offers following integrations:

  • Angular

NextGetting started

Last updated 5 years ago

Was this helpful?