UNPKG

@gaonengwww/jose

Version:

JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes

6 lines (3 loc) 161 B
import { JWTPayload } from '../types.d.js'; declare function decodeJwt<PayloadType = JWTPayload>(jwt: string): PayloadType & JWTPayload; export { decodeJwt };