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

    Type Alias Entry

    type Entry = {
        crossref?: Record<string, Record<string, string>>;
        fields: Fields;
        input: string;
        key: string;
        mode: Record<string, ParseMode>;
        type: string;
    }
    Index

    Properties

    crossref?: Record<string, Record<string, string>>
    fields: Fields
    input: string
    key: string
    mode: Record<string, ParseMode>
    type: string