Update index.d.ts

Co-authored-by: Qix <Qix-@users.noreply.github.com>
This commit is contained in:
Richie Bendall 2021-04-22 19:43:32 +12:00 committed by GitHub
parent 6dc6e7ad63
commit 0b3b7541d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
index.d.ts vendored
View file

@ -223,7 +223,7 @@ export interface ChalkInstance extends ChalkFunction {
readonly bold: this;
/**
Modifier: Make text lower opacity.
Modifier: Darken the text slightly. (Inconsistent across emulators; might do nothing)
*/
readonly dim: this;