Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/hono/jsx/index.ts>useContext

Lightweight, Ultrafast, Web Standards
Very Popular
Go to Latest
variable useContext
import { useContext } from "https://deno.land/x/hono@v3.8.1/jsx/index.ts";

type

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