UNPKG

hono

Version:

Web framework built on Web Standards

7 lines (6 loc) 161 B
// src/utils/jwt/index.ts import { decode, sign, verify, verifyWithJwks } from "./jwt.js"; var Jwt = { sign, verify, decode, verifyWithJwks }; export { Jwt };