property HtmlAssets.mainHTML

The primary HTML page: its path on disk and its resolved content.

Properties

filePath: string | null
html: string | null

Usage

import { type HtmlAssets } from "lib/types.ts";