UNPKG
@converse/headless
Version:
beta (14.0.0-beta.4)
latest (14.0.0)
14.0.0
14.0.0-beta.4
14.0.0-beta.3
14.0.0-beta.2
14.0.0-beta.1
13.0.1
13.0.0
12.0.0
11.0.1
11.0.0
10.1.8
10.1.7
10.1.6
10.1.5
10.1.4
10.1.3
10.1.2
10.1.1
10.1.0
10.0.0
9.1.1
9.1.0
9.0.0
8.0.1
8.0.0
7.0.6
7.0.5
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
6.0.1
5.0.5
5.0.3
5.0.2
5.0.1
4.2.0
4.1.2
4.1.1
4.1.0
4.0.6
4.0.5
4.0.4
4.0.2
Converse.js Headless build
conversejs.org
conversejs/converse.js
@converse/headless
/
types
/
plugins
/
omemo
/
constants.d.ts
9 lines
•
277 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/**
@type
{
0
} */
export
const
UNDECIDED
:
0
;
/**
@type
{
1
} */
export
const
TRUSTED
:
1
;
/**
@type
{
-1
} */
export
const
UNTRUSTED
: -
1
;
export
const
TAG_LENGTH
:
128
;
export
namespace
KEY_ALGO
{
let
name
:
string
;
let
length
:
number
; }
//# sourceMappingURL=constants.d.ts.map