Skip to main content
Extremely Popular
Go to Latest
interface Plugin
import { type Plugin } from "https://deno.land/x/esbuild@v0.17.5/mod.js";

Properties

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