UNPKG

rs-jwt

Version:

A really simple JSON Web Token reader.

5 lines (4 loc) 140 B
import { RSJwt } from './rs-jwt'; import { Jwt } from './jwt'; export declare function parseJwt(token: string): Jwt; export { RSJwt, Jwt };