import { Deno } from "https://deno.land/x/ayonli_jsext@v0.9.72/lib.deno.d.ts";
const { noColor } = Deno;
Reflects the NO_COLOR
environment variable at program start.
When the value is true
, the Deno CLI will attempt to not send color codes
to stderr
or stdout
and other command line programs should also attempt
to respect this value.