From ecf8f86c7cc5459841b6eeb871b71b7c490fef06 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 2 Jul 2017 14:58:15 +0200 Subject: [PATCH] Update index.d.ts --- types/index.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/types/index.d.ts b/types/index.d.ts index 774314a..0aa3abc 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Chalk 2 +// Type definitions for Chalk // Definitions by: Thomas Sauer export = chalk; @@ -7,7 +7,6 @@ declare function chalk(...text: (string | number)[]): string; declare function chalk(text: TemplateStringsArray, ...placeholders: (string | number)[]): string; declare namespace chalk { - interface ChalkConstructorOptions { enabled?: boolean; level?: number;