import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { Console } = dom;
Provides access to the browser's debugging console (e.g. the Web Console in Firefox). The specifics of how it works varies from browser to browser, but there is a de facto set of features that are typically provided.