Skip to main content
Deno 2 is finally here 🎉️
Learn more
Extremely Popular
Go to Latest
type alias PluginAsyncRenderFunction
import { type PluginAsyncRenderFunction } from "https://deno.land/x/fresh@1.4.0/src/server/mod.ts";
definition: () => PluginRenderFunctionResult | Promise<PluginRenderFunctionResult>