Go to Latest
interface Plugin
import { type Plugin } from "https://dotland.deno.dev/x/esbuild@v0.16.1/wasm.d.ts";

Properties

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