diff --git a/index.d.ts b/index.d.ts index 6f24e08..a1d2857 100644 --- a/index.d.ts +++ b/index.d.ts @@ -402,7 +402,7 @@ declare const chalk: ChalkInstance & ChalkFunction; export const supportsColor: ColorSupport | false; -export const chalkStderr: typeof chalk & {supportsColor: typeof supportsColor}; +export const chalkStderr: typeof chalk; export const supportsColorStderr: typeof supportsColor; export default chalk;