/
opt
/
canhelp
/
node_modules
/
hono
/
dist
/
types
/
middleware
/
jwt
/
/opt/canhelp/node_modules/hono/dist/types/middleware/jwt
mkdir
upload
Name
Size
Mode
Actions
index.d.ts
292
0644
edit
dl
rm
jwt.d.ts
2925
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/hono/dist/types/middleware/jwt/index.d.ts
(292B)
import type { JwtVariables } from './jwt'; export type { JwtVariables }; export { jwt, verifyWithJwks, verify, decode, sign } from './jwt'; export { AlgorithmTypes } from '../../utils/jwt/jwa'; declare module '../..' { interface ContextVariableMap extends JwtVariables<unknown> { } }
Save
cmd:
run