UNPKG

@goparrot/pubsub-event-bus

Version:
5 lines 177 B
import { PubsubEvent } from './PubsubEvent'; export function SubscriptionEvent(options) { return PubsubEvent({ ...options }); } //# sourceMappingURL=SubscriptionEvent.js.map