Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface Plugin
import { type Plugin } from "https://deno.land/x/esbuild@v0.24.0/mod.d.ts";

Properties

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