Skip to main content
Module

x/dynamic_import_ponyfill/deps.ts>esbuildWASM.LogLevel

🐎 A ponyfill for using dynamic imports within Deno Deploy.
Go to Latest
type alias esbuildWASM.LogLevel
import { type esbuildWASM } from "https://deno.land/x/dynamic_import_ponyfill@v0.1.4/deps.ts";
const { LogLevel } = esbuildWASM;
definition:
| "verbose"
| "debug"
| "info"
| "warning"
| "error"
| "silent"