Skip to main content
Module

x/packup/vendor/esbuild_deno_loader/deps.ts>esbuild.LogLevel

📦 Zero-config web application packager in Deno
Go to Latest
type alias esbuild.LogLevel
import { type esbuild } from "https://deno.land/x/packup@v0.1.13/vendor/esbuild_deno_loader/deps.ts";
const { LogLevel } = esbuild;
definition:
| "verbose"
| "debug"
| "info"
| "warning"
| "error"
| "silent"