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

x/frugal/src/Plugin.ts>Build

A frugal web framework
Latest
type alias Build
import { type Build } from "https://deno.land/x/frugal@0.9.6/src/Plugin.ts";
definition: { config: FrugalConfig; url: (args: { namespace: string; path: string; }) => URL; load: (specifier: URL) => Promise<Uint8Array>; output: Output; collect: (filter: RegExp, metafile: esbuild.Metafile) => Asset[]; }