Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/cli/tsc/dts/lib.deno.ns.d.ts>Deno.noColor

A modern runtime for JavaScript and TypeScript.
Go to Latest
variable Deno.noColor
import { Deno } from "https://deno.land/x/deno@v1.40.5/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.

See: https://no-color.org/

type

boolean