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

    Properties

    children: Element[]
    consumed: number
    foundClose: boolean