Skip to main content
Extremely Popular
Go to Latest
type alias LogLevel
import { type LogLevel } from "https://deno.land/x/esbuild@v0.17.5/wasm.d.ts";
definition:
| "verbose"
| "debug"
| "info"
| "warning"
| "error"
| "silent"