Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/frugal/docs/dep/frugal/core.ts>Page

A frugal web framework
Go to Latest
type alias Page
import { type Page } from "https://deno.land/x/frugal@0.5.0/docs/dep/frugal/core.ts";

Type Parameters

optional
PATH extends Record<string, string> = Record<string, string>
optional
DATA = unknown