@eagleoutice/flowr - v2.10.1
    Preparing search index...
    ROXYGEN_ARGS: {
        createSearch: () => FlowrSearchBuilderOut<
            "all",
            [],
            ParentInformation,
            "filter",
        >;
        info: {
            certainty: BestEffort;
            defaultConfig: {};
            description: "Checks whether a function has undocumented or overdocumented parameters";
            name: "Roxygen Arguments";
            tags: readonly [Smell, Documentation, Style];
        };
        prettyPrint: {
            full: (result: RoxygenArgsResult) => string;
            query: (result: RoxygenArgsResult) => string;
        };
        processSearchResult: (
            elements: FlowrSearchElements<
                ParentInformation,
                FlowrSearchElement<ParentInformation>[],
            >,
            _config: MergeableRecord,
            __namedParameters: {
                analyzer: ReadonlyFlowrAnalysisProvider;
                cfg: ControlFlowInformation;
                dataflow: DataflowInformation;
                normalize: NormalizedAst;
            },
        ) => { ".meta": {}; results: Writable<RoxygenArgsResult>[] };
    } = ...

    Type Declaration