UNPKG
@vlad8096/stanza
Version:
latest (12.15.0)
12.15.0
Modern XMPP in the browser, with a JSON API
stanzajs.org
legastero/stanza
@vlad8096/stanza
/
plugins
/
bind.d.ts
3 lines
(2 loc)
•
78 B
TypeScript
View Raw
1
2
3
import
{
Agent
}
from
'../'
;
export
default
function
(
client: Agent
):
void
;