UNPKG

curli-bus

Version:

Simple Command Bus Implementation (CQRS) for NodeJS/Typescript.

3 lines 120 B
export {EventBus} from './EventBus'; export {EventSubscriber} from './EventSubscriber'; export {Event} from './Event';