UNPKG

@fnlb-project/stanza

Version:

Modern XMPP in the browser, with a JSON API

7 lines (6 loc) 204 B
export = PassThrough; declare function PassThrough(options: any): PassThrough; declare class PassThrough { constructor(options: any); _transform(chunk: any, encoding: any, cb: any): void; }