Skip to main content
The Deno 2 Release Candidate is here
Learn more
Extremely Popular
Go to Latest
type alias UnknownRenderFunction
import { type UnknownRenderFunction } from "https://deno.land/x/fresh@1.6.3/src/server/types.ts";
definition: (req: Request, ctx: FreshContext) => Promise<Response>