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

x/frugal/src/page/Page.ts>compile

A frugal web framework
Latest
function compile
import { compile } from "https://deno.land/x/frugal@0.9.6/src/page/Page.ts";

Build a page object from a page descriptor

Type Parameters

optional
PATH extends string = string
optional
DATA extends JSONValue = JSONValue

Parameters

entrypoint: string
moduleHash: string
pageDescriptor: descriptor.PageDescriptor<PATH, DATA>