From 30a6f55a063f3d6115f542945995f64cbfe81c98 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Sun, 21 Nov 2021 19:44:24 +1300 Subject: [PATCH] Update index.d.ts --- source/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/source/index.d.ts b/source/index.d.ts index bbc942f..cf6fb33 100644 --- a/source/index.d.ts +++ b/source/index.d.ts @@ -302,6 +302,7 @@ This simply means that `chalk.red.yellow.green` is equivalent to `chalk.green`. declare const chalk: ChalkInstance; export const supportsColor: ColorInfo; + export const chalkStderr: typeof chalk; export const supportsColorStderr: typeof supportsColor;