Skip to main content
Module

x/fastro/http/deps.ts>esbuild.Plugin

Fast and simple web application framework for deno
Go to Latest
interface esbuild.Plugin
import { type esbuild } from "https://deno.land/x/fastro@v0.74.0/http/deps.ts";
const { Plugin } = esbuild;

Properties

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