@nevware21/chromacon
    Preparing search index...

    Variable hiddenConst

    hidden: ChromaStyle = ...

    Hidden style

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