Update index.d.ts

This commit is contained in:
Richie Bendall 2021-11-21 19:44:24 +13:00 committed by GitHub
parent 952621ee49
commit 30a6f55a06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
source/index.d.ts vendored
View file

@ -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;