@nevware21/chromacon
    Preparing search index...

    Variable encircledConst

    encircled: ChromaStyle = ...

    Encircled style

    // ANSI Theme
    encircled("text") // => "\x1b[52mtext\x1b[0m" (includes full reset)
    `${encircled}text` // => "\x1b[52mtext" (no reset included)
    encircled + "text" // => "\x1b[52mtext" (no reset included)
    encircled.concat("text") // => "\x1b[52mtext" (no reset included)