Const
Italic style
// ANSI Themeitalic("text") // => "\x1b[3mtext\x1b[23m" (includes reset to not italic)`${italic}text` // => "\x1b[3mtext" (no reset included)italic + "text" // => "\x1b[3mtext" (no reset included)italic.concat("text") // => "\x1b[3mtext" (no reset included) Copy
// ANSI Themeitalic("text") // => "\x1b[3mtext\x1b[23m" (includes reset to not italic)`${italic}text` // => "\x1b[3mtext" (no reset included)italic + "text" // => "\x1b[3mtext" (no reset included)italic.concat("text") // => "\x1b[3mtext" (no reset included)
Italic style