Update index.d.ts
This commit is contained in:
parent
9f6b90fdc2
commit
6613b67eb0
1 changed files with 1 additions and 1 deletions
2
index.d.ts
vendored
2
index.d.ts
vendored
|
|
@ -184,7 +184,7 @@ export interface ChalkInstance extends ChalkFunction {
|
||||||
hex: (color: string) => this;
|
hex: (color: string) => this;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Use a [8-bit unsigned number](https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit) to set text color.
|
Use an [8-bit unsigned number](https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit) to set text color.
|
||||||
*/
|
*/
|
||||||
ansi256: (index: number) => this;
|
ansi256: (index: number) => this;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue