Module

x/hono/utils/jwt/jwt.ts>decode

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
variable decode
import { decode } from "https://dotland.deno.dev/x/hono@v4.0.10/utils/jwt/jwt.ts";

type

(token: string) => { header: any; payload: any; }