Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fresh/src/build/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.4.0/src/build/deps.ts";
const { Plugin } = esbuildTypes;

Properties

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