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;