@wdprlib/parser
    Preparing search index...
    interface ExpressionTextResult {
        consumed: number;
        endedWithPipe: boolean;
        text: string;
    }
    Index

    Properties

    consumed: number
    endedWithPipe: boolean
    text: string