UNPKG
@vdcs/jwt
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.4
0.1.3
0.1.0
JWT implementation in typescript
vdcs.js.org
hopae-official/Verifiable-Digital-Credentials
@vdcs/jwt
/
src
/
index.ts
5 lines
(4 loc)
•
100 B
text/typescript
View Raw
1
2
3
4
5
export
*
from
'./jwt'
;
export
*
from
'./key/p256'
;
export
*
from
'./type'
;
export
*
from
'./utils'
;