Skip to main content
Module

x/netzo/plugins/utils.ts>proxyConsole

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
variable proxyConsole
import { proxyConsole } from "https://deno.land/x/netzo@0.4.92/plugins/utils.ts";

Silence globalThis.console for selected messages by substrings

type

(...substringsToSkip: string[]) => unknown