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

    Type Alias Entry

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

    Properties

    crossref?: { donated: string[]; inherited: string[] }
    fields: Fields
    input: string
    key: string
    mode: Record<string, ParseMode>
    type: string