forked from orbit-oss/chalk
Rename master branch to main
This commit is contained in:
parent
97a0861848
commit
2a9abb18f4
2 changed files with 4 additions and 4 deletions
6
index.d.ts
vendored
6
index.d.ts
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
Basic foreground colors.
|
Basic foreground colors.
|
||||||
|
|
||||||
[More colors here.](https://github.com/chalk/chalk/blob/master/readme.md#256-and-truecolor-color-support)
|
[More colors here.](https://github.com/chalk/chalk/blob/main/readme.md#256-and-truecolor-color-support)
|
||||||
*/
|
*/
|
||||||
declare type ForegroundColor =
|
declare type ForegroundColor =
|
||||||
| 'black'
|
| 'black'
|
||||||
|
|
@ -26,7 +26,7 @@ declare type ForegroundColor =
|
||||||
/**
|
/**
|
||||||
Basic background colors.
|
Basic background colors.
|
||||||
|
|
||||||
[More colors here.](https://github.com/chalk/chalk/blob/master/readme.md#256-and-truecolor-color-support)
|
[More colors here.](https://github.com/chalk/chalk/blob/main/readme.md#256-and-truecolor-color-support)
|
||||||
*/
|
*/
|
||||||
declare type BackgroundColor =
|
declare type BackgroundColor =
|
||||||
| 'bgBlack'
|
| 'bgBlack'
|
||||||
|
|
@ -51,7 +51,7 @@ declare type BackgroundColor =
|
||||||
/**
|
/**
|
||||||
Basic colors.
|
Basic colors.
|
||||||
|
|
||||||
[More colors here.](https://github.com/chalk/chalk/blob/master/readme.md#256-and-truecolor-color-support)
|
[More colors here.](https://github.com/chalk/chalk/blob/main/readme.md#256-and-truecolor-color-support)
|
||||||
*/
|
*/
|
||||||
declare type Color = ForegroundColor | BackgroundColor;
|
declare type Color = ForegroundColor | BackgroundColor;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
> Terminal string styling done right
|
> Terminal string styling done right
|
||||||
|
|
||||||
[](https://coveralls.io/github/chalk/chalk?branch=master)
|
[](https://coveralls.io/github/chalk/chalk?branch=main)
|
||||||
[](https://www.npmjs.com/package/chalk?activeTab=dependents) [](https://www.npmjs.com/package/chalk)
|
[](https://www.npmjs.com/package/chalk?activeTab=dependents) [](https://www.npmjs.com/package/chalk)
|
||||||
[](https://repl.it/github/chalk/chalk)
|
[](https://repl.it/github/chalk/chalk)
|
||||||
[](https://stakes.social/0x44d871aebF0126Bf646753E2C976Aa7e68A66c15)
|
[](https://stakes.social/0x44d871aebF0126Bf646753E2C976Aa7e68A66c15)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue