Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
type alias UnknownRenderFunction
import { type UnknownRenderFunction } from "https://deno.land/x/fresh@1.6.2/src/server/types.ts";
definition: (req: Request, ctx: FreshContext) => Promise<Response>