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

x/hono/jsx/index.ts>createContext

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
variable createContext
import { createContext } from "https://deno.land/x/hono@v3.9.0-rc.1/jsx/index.ts";

type

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