@wdprlib/parser
    Preparing search index...
    interface BibliographyBodyResult {
        consumed: number;
        entries: BibliographyEntry[];
        foundClose: boolean;
    }
    Index

    Properties

    consumed: number
    foundClose: boolean