UNPKG

@vlad8096/stanza

Version:

Modern XMPP in the browser, with a JSON API

9 lines (8 loc) 205 B
import { DefinitionOptions } from '../jxt'; declare module './' { interface Stream { seeOtherURI?: string; } } declare const Protocol: DefinitionOptions[]; export default Protocol;