From 3a5dae43034a669129840e721be25ebb078f3bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Sun, 12 Apr 2020 11:12:42 +0800 Subject: docs: highlight NO_COLOR (#4723) --- cli/js/lib.deno.ns.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/js/lib.deno.ns.d.ts') diff --git a/cli/js/lib.deno.ns.d.ts b/cli/js/lib.deno.ns.d.ts index ec4e0a06a..aa22fc1c9 100644 --- a/cli/js/lib.deno.ns.d.ts +++ b/cli/js/lib.deno.ns.d.ts @@ -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; -- cgit v1.2.3