Update index.d.ts

This commit is contained in:
Qix 2021-04-22 05:50:18 +02:00 committed by GitHub
parent 9f6b90fdc2
commit 6613b67eb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
index.d.ts vendored
View file

@ -184,7 +184,7 @@ export interface ChalkInstance extends ChalkFunction {
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;