Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hono/middleware.ts>createContext

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
variable createContext
Re-export
import { createContext } from "https://deno.land/x/hono@v3.11.5/middleware.ts";

type

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