tsargp
    Preparing search index...

    Type Alias ParsingResult

    The parsing result.

    type ParsingResult = {
        warning?: ErrorMessage;
    }
    Index

    Properties

    Properties

    warning?: ErrorMessage

    The warnings generated by the parser, if any.