@nevware21/chromacon
    Preparing search index...

    Variable underlineConst

    underline: ChromaStyle = ...

    Underline style

    // ANSI Theme
    underline("text") // => "\x1b[4mtext\x1b[24m" (includes reset to not underline)
    `${underline}text` // => "\x1b[4mtext" (no reset included)
    underline + "text" // => "\x1b[4mtext" (no reset included)
    underline.concat("text") // => "\x1b[4mtext" (no reset included)