ansi-escape-code - v0.0.9
    Preparing search index...

    Options describing how text should be styled.

    interface AnsiOptions {
        backgroundColor: AnsiColor;
        blink: boolean;
        foregroundColor: AnsiColor;
        italic: boolean;
        overline: boolean;
        reverse: boolean;
        strike: boolean;
        underline: "none" | "single" | "double";
        underlineColor: AnsiColor;
        weight: "bold" | "normal" | "dim";
    }
    Index

    Properties

    backgroundColor: AnsiColor
    blink: boolean
    foregroundColor: AnsiColor
    italic: boolean
    overline: boolean
    reverse: boolean
    strike: boolean
    underline: "none" | "single" | "double"
    underlineColor: AnsiColor
    weight: "bold" | "normal" | "dim"