Module

x/oak/mod.ts>State

A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕
Extremely Popular
Go to Latest
type alias State
import { type State } from "https://dotland.deno.dev/x/oak@v14.1.1/mod.ts";

The base type of state which is associated with an application or context.

definition: Record<string | number | symbol, any>