Const
Disable / Not encircled (Overlined) style
// ANSI ThemenotOverlined("text") // => "\x1b[55mtext" (no reset available)`${notOverlined}text` // => "\x1b[55mtext" (no reset included)notOverlined + "text" // => "\x1b[55mtext" (no reset included)notOverlined.concat("text") // => "\x1b[55mtext" (no reset included) Copy
// ANSI ThemenotOverlined("text") // => "\x1b[55mtext" (no reset available)`${notOverlined}text` // => "\x1b[55mtext" (no reset included)notOverlined + "text" // => "\x1b[55mtext" (no reset included)notOverlined.concat("text") // => "\x1b[55mtext" (no reset included)
Disable / Not encircled (Overlined) style