AutoMapper icon indicating copy to clipboard operation
AutoMapper copied to clipboard

A convention-based object-object mapper in JavaScript, written in TypeScript. Ported from: https://github.com/AutoMapper/AutoMapper

Results 21 AutoMapper issues
Sort by recently updated
recently updated
newest added

How to use automapper-ts in ESM module with nodejs 20 ? Tried with below code, but it didn't work. import 'automapper-ts/dist/automapper'; import 'automapper-ts'; type Options = AutoMapperJs.IMemberConfigurationOptions; automapper.createMap('source', 'destination', true)...