UNPKG

@jsxc/jsxc

Version:

Real-time XMPP chat application with video calls, file transfer and encrypted communication

8 lines (5 loc) 97 B
export interface IAvatar { getData(): string; getType(): string; getHash(): string; }