UNPKG

@caidrive/shared

Version:

caidrive.shared.components

7 lines (6 loc) 132 B
/** * */ export { IDomainEvent } from "./event"; export { IHandler } from "./handler"; export { Dispatcher } from "./dispatcher";