method Console.log
Console.log(text: string): void

Writes to the primary stream — the TAP/spec/dot document itself.

Parameters

text: string

Return Type

void

Usage

import { type Console } from "lib/console.ts";