UNPKG

custom-automapper

Version:

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

3 lines 220 B
import type { MappingContext } from './types'; export declare function createMappingContext(source?: unknown, destination?: unknown, parent?: MappingContext): MappingContext; //# sourceMappingURL=mapping-context.d.ts.map