fix(#10360): clarify JSDoc for Deno.noColor (#10373)

Fixes #10360 

Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
This commit is contained in:
Carter Snook 2021-04-25 22:59:22 -05:00 committed by GitHub
parent f3751e498f
commit 0897bd51a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;