Const
Disable / Not framed style
// ANSI ThemenotFramed("text") // => "\x1b[54mtext" (no reset available)`${notFramed}text` // => "\x1b[54mtext" (no reset included)notFramed + "text" // => "\x1b[54mtext" (no reset included)notFramed.concat("text") // => "\x1b[54mtext" (no reset included) Copy
// ANSI ThemenotFramed("text") // => "\x1b[54mtext" (no reset available)`${notFramed}text` // => "\x1b[54mtext" (no reset included)notFramed + "text" // => "\x1b[54mtext" (no reset included)notFramed.concat("text") // => "\x1b[54mtext" (no reset included)
Disable / Not framed style