Skip to main content
Deno 2 is finally 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.19.1/core.ts";

The method that installs a plugin

definition: (options: unknown) => Plugin