@wdprlib/render
    Preparing search index...

    Type Alias ExprResult

    ExprResult: { success: true; value: number } | { error: string; success: false }

    Result of evaluating a mathematical expression. Either a successful numeric value or an error message string.