Skip to main content
Module

x/fresh/server.ts>RenderFunction

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