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

    Interface ParseAnsiStringOptions

    Options controlling how ANSI strings are parsed.

    interface ParseAnsiStringOptions {
        backgroundColor?: AnsiColor;
        flags?: number;
        foregroundColor?: AnsiColor;
        underlineColor?: AnsiColor;
    }
    Index

    Properties

    backgroundColor?: AnsiColor
    flags?: number
    foregroundColor?: AnsiColor
    underlineColor?: AnsiColor