Skip to main content
Module

x/fresh/src/server/mod.ts>LayoutContext

The next-gen web framework.
Extremely Popular
Latest
type alias LayoutContext
Deprecated
Deprecated

Use FreshContext interface instead

import { type LayoutContext } from "https://deno.land/x/fresh@1.6.8/src/server/mod.ts";

Type Parameters

optional
T = any
optional
S = Record<string, unknown>
deprecated
definition: FreshContext<S, T>