We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c41631e + 4122fcd commit c6a19d7Copy full SHA for c6a19d7
lib/chalk.js
@@ -5,6 +5,7 @@ try {
5
chalk = {
6
green: (str) => str,
7
yellow: (str) => str,
8
+ red: (str) => str,
9
}
10
11
0 commit comments