mirror of
https://github.com/flynx/colors.js.git
synced 2025-10-29 11:00:11 +00:00
Ignore TS error about String.bold -- fixes #168 etc.
This commit is contained in:
parent
0f3841a22c
commit
ce83bdcac7
3
index.d.ts
vendored
3
index.d.ts
vendored
@ -114,7 +114,8 @@ declare global {
|
||||
bgCyan: string;
|
||||
bgWhite: string;
|
||||
|
||||
reset: string;
|
||||
reset: string;
|
||||
// @ts-ignore
|
||||
bold: string;
|
||||
dim: string;
|
||||
italic: string;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user