UNPKG

typebus-cqrs

Version:

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

11 lines 262 B
export * from './types'; export * from './core'; export * from './builders'; export * from './middleware'; export * from './factory'; /** * Library version string. * @type {string} */ export declare const VERSION = "0.2.0"; //# sourceMappingURL=index.d.ts.map