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
/
lib
/
stringprep
/
Tables.d.ts
8 lines
(7 loc)
•
133 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export declare const TABLE_DATA: {
[key: string]
: { s?: string;
r
?: string; m?: string; }; };