✔️
types-ddd
  • Introduction
  • Result
    • ok
    • success
    • fail
    • combine
  • UniqueEntityID
  • BaseDomainEntity
  • ValueObject
  • Entity
  • AggregateRoot
    • IHandle
    • IDomainEvent
    • DomainEvents
  • WriteList
    • ReadList
  • IUseCase
  • IBaseConnection
  • BaseRepository
  • IRepository
  • Filter
  • IMapper
  • Utils
    • SpecificationComposite
    • ChangesObserver
Powered by GitBook
On this page

Was this helpful?

Introduction

Types-ddd for Domain Driven Design with typescript

NextResult

Last updated 4 years ago

Was this helpful?

Install npm i types-ddd or yarn add types-ddd

This package provide utils file and interfaces to assistant build a complex application with domain driving design and typescript

Documentation is being written

You can check on npm

https://www.npmjs.com/package/types-ddd
By: Eric Evans