Skip to main content
Module

x/lume/core.ts>Processor

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
type alias Processor
Re-export
import { type Processor } from "https://deno.land/x/lume@v1.16.0/core.ts";

A (pre)processor

definition: (page: Page, allpages: Page[]) => void | false | Promise<void | false>