Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fresh/src/server/deps.ts>esbuildTypes.Plugin

The next-gen web framework.
Extremely Popular
Go to Latest
interface esbuildTypes.Plugin
import { type esbuildTypes } from "https://deno.land/x/fresh@1.1.1/src/server/deps.ts";
const { Plugin } = esbuildTypes;

Properties

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