UNPKG

@goparrot/pubsub-event-bus

Version:
9 lines 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PubsubEvent = void 0; const constant_1 = require("./constant"); function PubsubEvent(options) { return Reflect.metadata(constant_1.PUBSUB_EVENT_METADATA, options); } exports.PubsubEvent = PubsubEvent; //# sourceMappingURL=PubsubEvent.js.map