Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias LogLevel
import { type LogLevel } from "https://deno.land/x/esbuild@v0.17.0/wasm.js";
definition:
| "verbose"
| "debug"
| "info"
| "warning"
| "error"
| "silent"