@eagleoutice/flowr - v2.13.1
    Preparing search index...
    ProvenanceQueryDefinition: {
        asciiSummarizer: (
            formatter: OutputFormatter,
            analyzer: ReadonlyFlowrAnalysisProvider<KnownParser>,
            queryResults: BaseQueryResult,
            result: string[],
        ) => Promise<boolean>;
        completer: (
            line: readonly string[],
            startingNewArg: boolean,
            _config: FlowrConfig,
        ) => CommandCompletions;
        executor: (
            __namedParameters: BasicQueryData,
            queries: readonly ProvenanceQuery[],
        ) => Promise<ProvenanceQueryResult>;
        flattenInvolvedNodes: (queryResults: BaseQueryResult) => NodeId[];
        fromLine: (
            output: ReplOutput,
            line: readonly string[],
            _config: FlowrConfig,
        ) => ParsedQueryLine<"provenance">;
        schema: ObjectSchema<any>;
        syntax: "@provenance (<criterion>)[f] <code | file://path>";
        title: "Provenance Query";
    } = ...

    Type Declaration