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

x/lume/deps/esbuild.ts>LogLevel

🔥 Static site generator for Deno 🦕
Very Popular
Latest
type alias LogLevel
import { type LogLevel } from "https://deno.land/x/lume@v2.2.2/deps/esbuild.ts";
definition:
| "verbose"
| "debug"
| "info"
| "warning"
| "error"
| "silent"