Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Plugin
import { type Plugin } from "https://deno.land/x/esbuild@v0.17.10/wasm.d.ts";

Properties

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