Skip to main content
Module

x/lume/deps/fff.ts>FFFBase

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
type alias FFFBase
import { type FFFBase } from "https://deno.land/x/lume@v2.1.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; }