Skip to main content
Module

x/frugal/dep/esbuild.ts>Plugin

A frugal web framework
Go to Latest
interface Plugin
import { type Plugin } from "https://deno.land/x/frugal@0.2.1/dep/esbuild.ts";

Properties

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