mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
Fixes #10360 Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
This commit is contained in:
parent
f3751e498f
commit
0897bd51a0
1 changed files with 10 additions and 10 deletions
2
cli/dts/lib.deno.ns.d.ts
vendored
2
cli/dts/lib.deno.ns.d.ts
vendored
|
@ -89,7 +89,7 @@ declare namespace Deno {
|
|||
/** The current process id of the runtime. */
|
||||
export const pid: number;
|
||||
|
||||
/** Reflects the `NO_COLOR` environment variable.
|
||||
/** Reflects the `NO_COLOR` environment variable at program start.
|
||||
*
|
||||
* See: https://no-color.org/ */
|
||||
export const noColor: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue