Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Richie Bendall 2021-04-17 21:46:45 +12:00
parent 4c8f1ec52b
commit ed305d7e48
No known key found for this signature in database
GPG key ID: 1C6A99DFA9D306FC

2
index.d.ts vendored
View file

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