UNPKG

@fnlb-project/stanza

Version:

Modern XMPP in the browser, with a JSON API

4 lines (3 loc) 169 B
export function byteLength(b64: any): number; export function toByteArray(b64: any): any[] | Uint8Array<ArrayBuffer>; export function fromByteArray(uint8: any): string;