Update index.d.ts

This commit is contained in:
Richie Bendall 2021-04-22 19:44:10 +12:00 committed by GitHub
parent 0b3b7541d8
commit 93f9f8e03c
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: Darken the text slightly. (Inconsistent across emulators; might do nothing)
Modifier: Make text slightly darker. (Inconsistent across terminals; might do nothing)
*/
readonly dim: this;