UNPKG

@hiki9/rich-domain

Version:

Rich Domain is a library that provides a set of tools to help you build complex business logic in NodeJS using Domain Driven Design principles.

5 lines 268 B
import { AutoMapperSerializer, EntityProps, IEntity } from "../interface/types"; export declare class AutoMapperEntity { entityToObj<Props extends EntityProps>(entity: IEntity<Props>): AutoMapperSerializer<Props>; } //# sourceMappingURL=auto-mapper-entity.d.ts.map