Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/utils/proxies/console.ts>proxyConsole

Deno-powered framework for building business web apps
Go to Latest
variable proxyConsole
import { proxyConsole } from "https://deno.land/x/netzo@0.4.10/utils/proxies/console.ts";

Silence globalThis.console for selected messages by substrings

type

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