Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

writeStdout

import { writeStdout } from "https://gitlab.com/soapbox-pub/strfry-policies/-/raw/develop/mod.ts";

Writes the output message to stdout.

function writeStdout(msg: OutputMessage): void;
§
writeStdout(msg: OutputMessage): void
[src]

§Parameters

§Return Type