Skip to main content
Module

x/denopack/cli/options.ts>Options

The bundling and minification toolset, made for Deno
Latest
type alias Options
import { type Options } from "https://deno.land/x/denopack@0.10.0/cli/options.ts";
definition: { input: string; defaultConfig?: boolean; output?: string; dir?: string; print?: boolean; config?: string; help?: boolean; watch?: string; cache?: string; }