UNPKG

@goparrot/pubsub-event-bus

Version:
6 lines 270 B
import { FAN_OUT_BINDING } from '../utils/configuration'; import { PubsubEvent } from './PubsubEvent'; export function PubsubFanoutEvent(options) { return PubsubEvent({ ...options, customRoutingKey: FAN_OUT_BINDING }); } //# sourceMappingURL=PubsubFanoutEvent.js.map