UNPKG

@goparrot/pubsub-event-bus

Version:
9 lines 352 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SubscriptionEvent = void 0; const PubsubEvent_1 = require("./PubsubEvent"); function SubscriptionEvent(options) { return (0, PubsubEvent_1.PubsubEvent)({ ...options }); } exports.SubscriptionEvent = SubscriptionEvent; //# sourceMappingURL=SubscriptionEvent.js.map