Skip to main content
Module

x/lume/core/processors.ts>Processor

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

A (pre)processor

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