parent
6be301b1a4
commit
b1322eacd0
3 changed files with 6 additions and 6 deletions
2
index.d.ts
vendored
2
index.d.ts
vendored
|
|
@ -271,6 +271,6 @@ export interface Chalk {
|
|||
* Order doesn't matter, and later styles take precedent in case of a conflict.
|
||||
* This simply means that `chalk.red.yellow.green` is equivalent to `chalk.green`.
|
||||
*/
|
||||
declare const chalk: Chalk & { supportsColor: ColorSupport };
|
||||
declare const chalk: Chalk & { supportsColor: false | ColorSupport };
|
||||
|
||||
export default chalk;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue