Add .visible for emitting text only when enabled (fixes #192)

This commit is contained in:
Danny Kirchmeier 2017-10-23 20:39:21 -05:00 committed by Josh Junon
parent 4372d27f7e
commit dc092b4a5f
5 changed files with 40 additions and 1 deletions

2
types/index.d.ts vendored
View file

@ -49,6 +49,8 @@ export interface Chalk {
hidden: Chalk;
strikethrough: Chalk;
visible: Chalk;
black: Chalk;
red: Chalk;
green: Chalk;