diff options
author | 迷渡 <justjavac@gmail.com> | 2020-04-12 11:12:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-11 23:12:42 -0400 |
commit | 3a5dae43034a669129840e721be25ebb078f3bc2 (patch) | |
tree | 366bffffdec31d426d5018fea8dceb50ba8ee8dc /cli/js/lib.deno.ns.d.ts | |
parent | 637a9ecd6a3f3311601b4de36f6035ae63297f77 (diff) |
docs: highlight NO_COLOR (#4723)
Diffstat (limited to 'cli/js/lib.deno.ns.d.ts')
-rw-r--r-- | cli/js/lib.deno.ns.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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; |