Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/live/engine/manifest/manifest.ts>FreshHandler

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
type alias FreshHandler
import { type FreshHandler } from "https://deno.land/x/live@1.56.0/engine/manifest/manifest.ts";

Type Parameters

optional
TConfig = any
optional
TData = any
optional
TState = any
optional
Resp = Response
definition: (request: Request, ctx: HandlerContext<TData, DecoState<TState, TConfig>>) => PromiseOrValue<Resp>