UNPKG

@nestjstools/messaging

Version:

Simplifies asynchronous and synchronous message handling with support for buses, handlers, channels, and consumers. Build scalable, decoupled applications with ease and reliability.

8 lines 336 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NormalizerRegistry = void 0; const base_registry_1 = require("../shared/base-registry"); class NormalizerRegistry extends base_registry_1.BaseRegistry { } exports.NormalizerRegistry = NormalizerRegistry; //# sourceMappingURL=normalizer.registry.js.map