Module

x/fresh/server.ts>RenderFunction

The next-gen web framework.
Extremely Popular
Go to Latest
type alias RenderFunction
import { type RenderFunction } from "https://dotland.deno.dev/x/fresh@1.1.2/server.ts";
definition: (ctx: RenderContext, render: InnerRenderFunction) => void | Promise<void>