Skip to main content
Module

x/fastro/http/server/mod.ts>default#page

Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Go to Latest
method default.prototype.page
import { default } from "https://deno.land/x/fastro@v0.89.2/http/server/mod.ts";

Type Parameters

optional
T = any

Parameters

path: string
page: Page<T>
...middleware: Array<Handler>