Module

x/live/deps.ts>FreshHandler

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
type alias FreshHandler
import { type FreshHandler } from "https://dotland.deno.dev/x/live@1.63.12/deps.ts";

Type Parameters

optional
T = any
optional
State = Record<string, unknown>
definition: (req: Request, ctx: FreshContext<State, T>) => Response | Promise<Response>
import FreshHandler
import { FreshHandler } from "https://dotland.deno.dev/x/live@1.63.12/deps.ts";