@wdprlib/parser
    Preparing search index...
    interface OrphanLiContentResult {
        consumed: number;
        elements: Element[];
        foundClose: boolean;
    }
    Index

    Properties

    consumed: number
    elements: Element[]
    foundClose: boolean