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

    Type Alias Entry

    type Entry = {
        fields: Record<string, string>;
        input: string;
        key: string;
        type: string;
    }
    Index

    Properties

    Properties

    fields: Record<string, string>
    input: string
    key: string
    type: string