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
David Hyde authored and DABH committed Mar 10, 2018
1 parent 0f3841a commit 4c35503
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
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 4c35503

Please sign in to comment.