@retorquere/bibtex-parser
    Preparing search index...

    Interface ParseError

    interface ParseError {
        error: string;
        input?: string;
    }
    Index

    Properties

    Properties

    error: string
    input?: string