Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hono/jsx/context.ts>useContext

Web Framework built on Web Standards
Very Popular
Go to Latest
variable useContext
import { useContext } from "https://deno.land/x/hono@v4.3.6/jsx/context.ts";

type

<T>(context: Context<T>) => T