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

    Interface ParseAnsiStringResultOk

    Successful result returned from parseAnsiString.

    interface ParseAnsiStringResultOk {
        ansiString: AnsiString[];
        remainBackgroundColor: AnsiColor;
        remainFlags: number;
        remainForegroundColor: AnsiColor;
        remainUnderlineColor: AnsiColor;
        success: true;
    }
    Index

    Properties

    ansiString: AnsiString[]
    remainBackgroundColor: AnsiColor
    remainFlags: number
    remainForegroundColor: AnsiColor
    remainUnderlineColor: AnsiColor
    success: true