Skip to main content
Module

x/fresh/src/server/mod.ts>defineLayout

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

Parameters

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

Returns

AsyncLayout<void, T>