UNPKG
@lokesh-kaushik/jwt-auth
Version:
latest (0.0.1)
0.0.1
Encode, Decode & Validate JSON Web Token (JWTs)
@lokesh-kaushik/jwt-auth
/
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'
;