tsargp
    Preparing search index...

    Type Alias MessageStyles

    A set of styles for ANSI messages.

    type MessageStyles = {
        base: Style;
        boolean: Style;
        error: Style;
        number: Style;
        regex: Style;
        string: Style;
        symbol: Style;
        url: Style;
        value: Style;
    }
    Index

    Properties

    base: Style

    The base style for all text.

    boolean: Style

    The style of boolean values.

    error: Style

    The base style for error messages.

    number: Style

    The style of number values.

    regex: Style

    The style of regular expressions.

    string: Style

    The style of string values.

    symbol: Style

    The style of symbols (e.g., option names).

    url: Style

    The style of URLs.

    value: Style

    The style of unknown values.