mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 10:33:54 +00:00
docs: highlight NO_COLOR (#4723)
This commit is contained in:
parent
637a9ecd6a
commit
3a5dae4303
1 changed files with 1 additions and 1 deletions
2
cli/js/lib.deno.ns.d.ts
vendored
2
cli/js/lib.deno.ns.d.ts
vendored
|
@ -7,7 +7,7 @@ declare namespace Deno {
|
||||||
/** The current process id of the runtime. */
|
/** The current process id of the runtime. */
|
||||||
export let pid: number;
|
export let pid: number;
|
||||||
|
|
||||||
/** Reflects the NO_COLOR environment variable.
|
/** Reflects the `NO_COLOR` environment variable.
|
||||||
*
|
*
|
||||||
* See: https://no-color.org/ */
|
* See: https://no-color.org/ */
|
||||||
export let noColor: boolean;
|
export let noColor: boolean;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue