From ed305d7e4831a5b095a9acf716b5ec8ff0a4598a Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Sat, 17 Apr 2021 21:46:45 +1200 Subject: [PATCH] Fix Signed-off-by: Richie Bendall --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;