From 0b3b7541d8070a3679a1d4adb898dcf39c36f32f Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Thu, 22 Apr 2021 19:43:32 +1200 Subject: [PATCH] Update index.d.ts Co-authored-by: Qix --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index d69dc1d..f0a3062 100644 --- a/index.d.ts +++ b/index.d.ts @@ -223,7 +223,7 @@ export interface ChalkInstance extends ChalkFunction { readonly bold: this; /** - Modifier: Make text lower opacity. + Modifier: Darken the text slightly. (Inconsistent across emulators; might do nothing) */ readonly dim: this;