UNPKG

stanza-extend

Version:

Modern XMPP in the browser, with a JSON API

7 lines (6 loc) 172 B
import { DefinitionOptions } from '../jxt'; export interface CSI { type: 'active' | 'inactive'; } declare const Protocol: DefinitionOptions[]; export default Protocol;