UNPKG

mediatr-ts

Version:

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

21 lines 615 B
"use strict"; var _a; Object.defineProperty(exports, "__esModule", { value: true }); var marker = Symbol(); /** * The request * * @export * @template T */ // eslint-disable-next-line @typescript-eslint/no-empty-interface, @typescript-eslint/no-unused-vars var RequestData = /** @class */ (function () { function RequestData() { // eslint-disable-next-line @typescript-eslint/no-non-null-assertion this[_a] = null; // It has there otherwise type inference doesn't work. } return RequestData; }()); exports.default = RequestData; _a = marker; //# sourceMappingURL=requestData.js.map