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

    Interface Library

    interface Library {
        comments: string[];
        entries: Entry[];
        errors: ParseError[];
        jabref: JabRefMetadata;
        preamble: string[];
        strings: Record<string, string>;
    }
    Index

    Properties

    comments: string[]

    @comments found in the bibtex file.

    entries: Entry[]

    entries in the order in which they are found, omitting those which could not be parsed.

    errors: ParseError[]

    errors found while parsing

    jabref metadata (such as groups information) found in the bibtex file

    preamble: string[]

    @preamble declarations found in the bibtex file

    strings: Record<string, string>

    @strings found in the bibtex file.