Fix
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
parent
4c8f1ec52b
commit
ed305d7e48
1 changed files with 1 additions and 1 deletions
2
index.d.ts
vendored
2
index.d.ts
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue