UNPKG

stanza-extend

Version:

Modern XMPP in the browser, with a JSON API

7 lines (6 loc) 171 B
import { DefinitionOptions } from '../jxt'; export interface ComponentHandshake { value: string; } declare const Protocol: DefinitionOptions; export default Protocol;