variable silentConsole

Discards everything. The JS API's default, so a programmatic run prints nothing unless it was asked to.

import { silentConsole } from './console.ts';

silentConsole.log('nothing happens'); // undefined — and nothing is printed

Type

Usage

import { silentConsole } from "lib/api/index.ts";