Update TS definitions for strikethrough, hidden, visible modifiers
This commit is contained in:
parent
840483a750
commit
2f54ab25d4
1 changed files with 3 additions and 3 deletions
6
index.d.ts
vendored
6
index.d.ts
vendored
|
|
@ -225,17 +225,17 @@ export interface Chalk {
|
|||
readonly inverse: this;
|
||||
|
||||
/**
|
||||
* Modifier
|
||||
* Modifier: Prints the text, but makes it invisible.
|
||||
*/
|
||||
readonly hidden: this;
|
||||
|
||||
/**
|
||||
* Modifier
|
||||
* Modifier: https://en.wikipedia.org/wiki/Strikethrough
|
||||
*/
|
||||
readonly strikethrough: this;
|
||||
|
||||
/**
|
||||
* Modifier
|
||||
* Modifier: Prints the text only when Chalk is enabled. Can be useful for things that are purely cosmetic.
|
||||
*/
|
||||
readonly visible: this;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue