Module

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

Ultrafast web framework for the Edges
Very Popular
Go to Latest
variable Jwt.decode
import { Jwt } from "https://dotland.deno.dev/x/hono@v3.2.0-rc.1/utils/jwt/index.ts";
const { decode } = Jwt;

type

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