Skip to main content
Module

x/fresh/server.ts>defineLayout

The next-gen web framework.
Extremely Popular
Go to Latest
function defineLayout
import { defineLayout } from "https://deno.land/x/fresh@1.6.3/server.ts";

Parameters

fn: (req: Request, ctx: RouteContext<void, T>) => ComponentChildren | Response | Promise<ComponentChildren | Response>

Returns

AsyncLayout<void, T>