Minor tweaks (#437)

Co-authored-by: Qix <Qix-@users.noreply.github.com>
This commit is contained in:
Richie Bendall 2021-04-22 20:03:48 +12:00 committed by GitHub
parent 4cf2e40e07
commit f8a3642a81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 15 deletions

2
index.d.ts vendored
View file

@ -223,7 +223,7 @@ export interface ChalkInstance extends ChalkFunction {
readonly bold: this;
/**
Modifier: Emitting only a small amount of light.
Modifier: Make text slightly darker. (Inconsistent across terminals; might do nothing)
*/
readonly dim: this;