UNPKG

@codeforbreakfast/eventsourcing-aggregates

Version:

Type-safe aggregate root patterns for event sourcing with Effect - Build bulletproof domain models with functional composition and immutable state management

8 lines (7 loc) 313 B
export * from './lib/aggregateRootEventStream'; export * from './lib/commandInitiator'; export * from './lib/commandContextError'; export * from './lib/commandProcessingErrors'; export * from './lib/commandProcessingService'; export * from './lib/commandHandling'; export * from './lib/commandProcessingFactory';