Document strikethrough in TS definition file

This commit is contained in:
George Gkasdrogkas 2018-12-02 12:18:47 +02:00
parent ea40429080
commit 8f91dc42b0
No known key found for this signature in database
GPG key ID: 3FCA70FC54D4293F

2
index.d.ts vendored
View file

@ -230,7 +230,7 @@ export interface Chalk {
readonly hidden: this;
/**
* Modifier: https://en.wikipedia.org/wiki/Strikethrough
* Modifier: Puts a horizontal line through the center of the text. (Not widely supported)
*/
readonly strikethrough: this;