Skip to main content
Module

x/lume/core.ts>MultiProcessor

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
type alias MultiProcessor
Re-export
import { type MultiProcessor } from "https://deno.land/x/lume@v1.16.0/core.ts";
definition: (page: Page[], allpages: Page[]) => void | false | Promise<void | false>