Update index.js
This commit is contained in:
parent
cd58420ca5
commit
4f31d2d685
1 changed files with 1 additions and 0 deletions
|
|
@ -223,6 +223,7 @@ chalk.supportsColor = stdoutColor;
|
||||||
chalk.stderr = Chalk({level: stderrColor ? stderrColor.level : 0}); // eslint-disable-line new-cap
|
chalk.stderr = Chalk({level: stderrColor ? stderrColor.level : 0}); // eslint-disable-line new-cap
|
||||||
chalk.stderr.supportsColor = stderrColor;
|
chalk.stderr.supportsColor = stderrColor;
|
||||||
|
|
||||||
|
// For TypeScript
|
||||||
chalk.Level = {
|
chalk.Level = {
|
||||||
None: 0,
|
None: 0,
|
||||||
Basic: 1,
|
Basic: 1,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue