UNPKG
@tanu-chahal/jwt-library
Version:
latest (1.0.1)
1.0.1
1.0.0
Encode, Decode & Validate JSON Web Token (JWTs)
@tanu-chahal/jwt-library
/
dist
/
index.d.ts
4 lines
(3 loc)
•
121 B
TypeScript
View Raw
1
2
3
4
export
{ encode_jwt }
from
'./encode'
;
export
{ decode_jwt }
from
'./decode'
;
export
{ validate_jwt }
from
'./validate'
;