import { Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.ns.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.