UNPKG
ts-jose
Version:
latest (6.2.3)
6.2.3
6.2.2
6.2.1
6.2.0
6.1.3
6.0.11
6.0.10
6.0.9
6.0.8
5.10.0
5.9.6
5.9.4
5.9.3
5.9.2
5.9.1
5.8.0
5.7.0
5.6.3
5.6.2
5.5.0
5.4.1
5.4.0
5.3.0
5.2.4
5.2.3
5.2.2
5.2.1
5.2.0
5.1.3
5.1.2
5.1.1
5.1.0
5.0.2
5.0.1
4.15.4
4.15.3
4.15.2
4.15.1
4.14.6
4.14.5
4.14.4
4.14.3
4.14.2
4.14.1
4.14.0
4.13.2
4.13.1
4.13.0
4.12.0
4.11.4
4.11.2
4.11.1
4.11.0
4.10.4
4.10.3
4.10.0
4.9.3
4.9.2
4.9.1
4.9.0
4.8.3
4.8.1
4.8.0
4.7.0
4.6.2
4.6.1
4.6.0
4.5.3
4.5.2
4.5.1
4.5.0
4.4.0
4.3.9
4.3.8
4.3.7
4.3.6
4.3.5
4.2.1
4.2.0
4.1.5
4.1.4
4.1.2
4.1.1
4.1.0
4.0.4
4.0.3
3.20.2
3.20.1
3.19.0
3.18.0
3.17.0
3.16.1
3.16.0
3.15.5
3.15.4
3.14.4
3.14.3
3.14.2
3.14.1
3.14.0
3.12.2
0.1.0
0.0.5
0.0.3
0.0.2
0.0.1
0.0.0
Wrap functions of JOSE in steady interface
github.com/evan361425/ts-jose
evan361425/ts-jose
ts-jose
/
dist
/
error.d.ts
4 lines
(3 loc)
•
127 B
TypeScript
View Raw
1
2
3
4
export
declare
class
JoseError
extends
Error
{
constructor
(
place
:
string
,
key
:
string
, got?:
string
, expected?:
string
); }