mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05: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. */
|
||||
export let pid: number;
|
||||
|
||||
/** Reflects the NO_COLOR environment variable.
|
||||
/** Reflects the `NO_COLOR` environment variable.
|
||||
*
|
||||
* See: https://no-color.org/ */
|
||||
export let noColor: boolean;
|
||||
|
|
Loading…
Reference in a new issue