Module

x/lume/deps/fff.ts>FFFBase

🔥 Static site generator for Deno 🦕
Very Popular
Latest
type alias FFFBase
import { type FFFBase } from "https://dotland.deno.dev/x/lume@v2.2.2/deps/fff.ts";

Base Variables

Type Parameters

optional
T extends (boolean | undefined) = undefined
definition: { categories?: T extends false ? never : string[]; flags?: string[]; summary?: string; tags?: string[]; title?: string; }