@nevware21/chromacon
    Preparing search index...

    Variable notFramedConst

    notFramed: ChromaStyle = ...

    Disable / Not framed style

    // ANSI Theme
    notFramed("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)