Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
variable useRequestContext
import { useRequestContext } from "https://deno.land/x/hono@v3.12.1/middleware/jsx-renderer/index.ts";

type

<E extends Env = any, P extends string = any, I extends Input = { }>() => Context<E, P, I>