UNPKG

@jsxc/jsxc

Version:

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

6 lines (4 loc) 79 B
interface IIdentifiable { getId(): string; } export default IIdentifiable;