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

    Properties

    consumed: number
    elements: Element[]
    endedWithPipe: boolean