Module

x/lume/deps/esbuild.ts>Plugin

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface Plugin
import { type Plugin } from "https://dotland.deno.dev/x/lume@v2.2.1/deps/esbuild.ts";

Properties

name: string
setup: (build: PluginBuild) => (void | Promise<void>)