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

    Interface ParserOptions

    interface ParserOptions {
        max_entries?: number;
        strings?: string | Record<string, string>;
    }
    Index

    Properties

    max_entries?: number

    stop parsing after max_entries entries have been found. Useful for quick detection if a text file is in fact a bibtex file

    strings?: string | Record<string, string>

    preload these strings