UNPKG

mediatr-ts

Version:

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

8 lines (7 loc) 196 B
/** * Decorate the pipelineBehavior with this attribute * * @param value The request type */ declare const pipelineBehavior: () => (target: Function) => void; export default pipelineBehavior;