UNPKG

stanza-extend

Version:

Modern XMPP in the browser, with a JSON API

12 lines (11 loc) 567 B
import { DefinitionOptions as Definition, Plugin } from './Definitions'; import XMLElement, { JSONElement } from './Element'; import Registry from './Registry'; import Translator from './Translator'; export * from './Definitions'; export * from './Types'; export * from './Helpers'; export { default as Parser, parse } from './Parser'; export { default as StreamParser, ParsedData } from './StreamParser'; export { Registry, Translator, XMLElement, JSONElement }; export declare function define(definitions: Array<Definition | Plugin> | Definition | Plugin): Plugin;