Skip to main content
Module

x/fresh/server.ts>RouteContext

The next-gen web framework.
Extremely Popular
Go to Latest
type alias RouteContext
import { type RouteContext } from "https://deno.land/x/fresh@1.6.0/server.ts";

Context passed to async route components.

Type Parameters

optional
T = any
optional
S = Record<string, unknown>
definition: Omit<FreshContext<S, T>, "next" | "render">