UNPKG

hono

Version:

Web framework built on Web Standards

8 lines (7 loc) 213 B
import type { JwtVariables } from './jwt'; export type { JwtVariables }; export { jwt, verify, decode, sign } from './jwt'; declare module '../..' { interface ContextVariableMap extends JwtVariables { } }