diff --git a/types/index.d.ts b/types/index.d.ts index 8a7fd09..08f9b13 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -26,7 +26,7 @@ export interface ColorSupport { } export interface Chalk { - (...text: string[]): string; + (...text: unknown[]): string; (text: TemplateStringsArray, ...placeholders: unknown[]): string; constructor: ChalkConstructor; enabled: boolean;