Skip to main content
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.8.1/jsx/index.ts";

type

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