UNPKG

typebus-cqrs

Version:

Simple, type-safe CQRS library with auto-registration and minimal boilerplate (typebus-cqrs)

6 lines 145 B
/** * Exports core modules of TypeBus-CQRS. */ export * from './MessageFactory'; export * from './TypeBus'; //# sourceMappingURL=index.d.ts.map