@nevware21/chromacon
    Preparing search index...

    Variable boldConst

    bold: ChromaStyle = ...

    Bold color or style

    // ANSI Theme
    bold("text") // => "\x1b[1mtext\x1b[22m" (includes reset to normal intensity)
    `${bold}text` // => "\x1b[1mtext" (no reset included)
    bold + "text" // => "\x1b[1mtext" (no reset included)
    bold.concat("text") // => "\x1b[1mtext" (no reset included)