UNPKG

@hsaadawy/ngx-chat

Version:
6 lines (5 loc) 253 B
import { JID } from '@xmpp/jid'; import { Room } from '../services/adapters/xmpp/plugins/multi-user-chat.plugin'; import { Contact } from './contact'; export declare type Recipient = Contact | Room; export declare function isJid(o: any): o is JID;