Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/lib.deno.d.ts>Deno.noColor

A JavaScript extension package for building strong and modern applications.
Latest
variable Deno.noColor
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.

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

type

boolean