UNPKG

ts-jwt-decode

Version:

A TypeScript based JWT Token decoder with token verification

3 lines 168 B
export { default as JwtParser, JwtParseError } from './JwtParser'; export { default as JwtToken, Algorithm, Type, } from './JwtToken'; //# sourceMappingURL=index.js.map