Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/core.ts>Archetype

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface Archetype
import { type Archetype } from "https://deno.land/x/lume@v1.17.3/core.ts";

Definition used to create a new Page

Properties

path: string
content: string | Record<string, unknown> | Uint8Array