UNPKG

hono

Version:

Web framework built on Web Standards

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