From 8f91dc42b05e780de6df312db8b7fee13cf8a0a3 Mon Sep 17 00:00:00 2001 From: George Gkasdrogkas Date: Sun, 2 Dec 2018 12:18:47 +0200 Subject: [PATCH] Document strikethrough in TS definition file --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index fa8cbca..6de7cc7 100644 --- a/index.d.ts +++ b/index.d.ts @@ -230,7 +230,7 @@ export interface Chalk { readonly hidden: this; /** - * Modifier: https://en.wikipedia.org/wiki/Strikethrough + * Modifier: Puts a horizontal line through the center of the text. (Not widely supported) */ readonly strikethrough: this;