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

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