From ce83bdcac75f72a63b2dd719b1b2ce545f2c12d1 Mon Sep 17 00:00:00 2001 From: DABH Date: Fri, 9 Mar 2018 22:22:41 -0800 Subject: [PATCH] Ignore TS error about String.bold -- fixes #168 etc. --- index.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 0dbdc837..db72fab4 100644 --- a/index.d.ts +++ b/index.d.ts @@ -114,7 +114,8 @@ declare global { bgCyan: string; bgWhite: string; - reset: string; + reset: string; + // @ts-ignore bold: string; dim: string; italic: string;