Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lume/core.ts>PluginSetup

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

The method that installs a plugin

definition: (options: unknown) => Plugin