UNPKG

@amirmarmul/waba-common

Version:

![GitHub release](https://img.shields.io/github/v/release/amirmarmul/waba-common?style=flat-square)

10 lines (9 loc) 307 B
import { ChannelWrapper } from 'amqp-connection-manager'; type ChannelType = 'publisher' | 'default'; export declare class ChannelEvent { private static channels; private constructor(); private static createChannel; static getChannel(channelType?: ChannelType): ChannelWrapper; } export {};