Skip to content

Commit

Permalink
Ignore TS error about String.bold -- fixes #168 etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
DABH committed Mar 10, 2018
1 parent 0f3841a commit ce83bdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.d.ts
Expand Up @@ -114,7 +114,8 @@ declare global {
bgCyan: string;
bgWhite: string;

reset: string;
reset: string;
// @ts-ignore
bold: string;
dim: string;
italic: string;
Expand Down

0 comments on commit ce83bdc

Please sign in to comment.