add chalk.stderr
This commit is contained in:
parent
6b4d20683f
commit
a0a5cc536c
9 changed files with 47 additions and 9 deletions
1
index.d.ts
vendored
1
index.d.ts
vendored
|
|
@ -378,6 +378,7 @@ declare const chalk: chalk.Chalk & chalk.ChalkFunction & {
|
|||
ForegroundColor: ForegroundColor;
|
||||
BackgroundColor: BackgroundColor;
|
||||
Modifiers: Modifiers;
|
||||
stderr: chalk.Chalk & {supportsColor: chalk.ColorSupport | false};
|
||||
};
|
||||
|
||||
export = chalk;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue