UNPKG

mediatr-ts

Version:

Mimic the famous MediatR csharp library see: (https://github.com/jbogard/MediatR)

9 lines 448 B
import { NotificationHandlerMappings } from "./notificationHandlerMappings.js"; import { PipelineBehaviorMappings } from "./pipelineBehaviorMappings.js"; import { RequestHandlerMappings } from "./requestHandlerMappings.js"; export var typeMappings = { pipelineBehaviors: new PipelineBehaviorMappings(), notifications: new NotificationHandlerMappings(), requestHandlers: new RequestHandlerMappings(), }; //# sourceMappingURL=index.js.map