UNPKG

stanza-extend

Version:

Modern XMPP in the browser, with a JSON API

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