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;