mirror of
https://github.com/flynx/colors.js.git
synced 2025-10-30 03:20:10 +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;
|
bgCyan: string;
|
||||||
bgWhite: string;
|
bgWhite: string;
|
||||||
|
|
||||||
reset: string;
|
reset: string;
|
||||||
|
// @ts-ignore
|
||||||
bold: string;
|
bold: string;
|
||||||
dim: string;
|
dim: string;
|
||||||
italic: string;
|
italic: string;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user