We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16fed31 commit 11c811cCopy full SHA for 11c811c
src/logger.ts
@@ -20,7 +20,7 @@ const ATTRIBUTE_MAP = {
20
'italic': 3,
21
};
22
type Color = 'black' | 'red' | 'green' | 'yellow' | 'blue' | 'magenta' | 'cyan' | 'white';
23
-type Attribute = undefined | 'none' | 'bold' | 'underline' | 'italic';
+type Attribute = 'none' | 'bold' | 'underline' | 'italic';
24
type Setting = {
25
color?: Color;
26
backColor?: Color;
0 commit comments