This library is about to be used as a DDD base components for RentSpree next-generation application built with ES2020 TypeScript module ## Components <strong>DDD.Core Folder</strong> 1. AggregateRoot Contract 2. Base Repository Contract 3. Base DataMapper
npm install @ayerin/ddd-pack```
project
│ tsconfig.json
│ rollup.config.js
│ tsconfig.json
│ rollup.config.js
│ jest.config.js
│ .gitlab-ci-yml
│ .prettierrc
│ .babelrc
│ .eslintrc.js
└─── src
│ └── DDD.Core
│ │ IAggregateRoot.ts
│ │ IRepository.ts
│ │ IDataMapper.ts
│ │ Entity.ts
│ │ ValueObject.ts
│ │ index.ts
│ index.ts
│