Skip to main content
Module

x/fresh/src/server/types.ts>Handlers

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

Type Parameters

optional
T = any
optional
State = Record<string, unknown>
definition: [K in router.KnownMethod]?: Handler<T, State>