UNPKG

@amirmarmul/waba-common

Version:

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

9 lines (8 loc) 332 B
import { AmqpConnectionManager, Channel, ChannelWrapper } from 'amqp-connection-manager'; export { Channel, ChannelWrapper }; export declare class Connection { private static connections; private constructor(); private static createConnection; static getConnection(connectionType?: string): AmqpConnectionManager; }