UNPKG

stanza-extend

Version:

Modern XMPP in the browser, with a JSON API

9 lines (8 loc) 212 B
import { ChatState } from '../Constants'; declare module './' { interface Message { chatState?: ChatState; } } declare const _default: import("../jxt").DefinitionOptions; export default _default;