Module

x/fresh/server.ts>Handlers

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

Type Parameters

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