@eagleoutice/flowr - v2.13.1
    Preparing search index...
    ResolveValueQueryDefinition: {
        asciiSummarizer: (
            formatter: OutputFormatter,
            _analyzer: ReadonlyFlowrAnalysisProvider<KnownParser>,
            queryResults: BaseQueryResult,
            result: string[],
        ) => true;
        completer: (
            line: readonly string[],
            startingNewArg: boolean,
            _config: FlowrConfig,
        ) => CommandCompletions;
        executor: (
            __namedParameters: BasicQueryData,
            queries: readonly ResolveValueQuery[],
        ) => Promise<ResolveValueQueryResult>;
        flattenInvolvedNodes: () => never[];
        fromLine: (
            output: ReplOutput,
            line: readonly string[],
            _config: FlowrConfig,
        ) => ParsedQueryLine<"resolve-value">;
        schema: ObjectSchema<any>;
        syntax: "@resolve-value (<crit>;...) <code | file://path>";
        title: "Resolve Value Query";
    } = ...

    Type Declaration