@eagleoutice/flowr - v2.10.9
    Preparing search index...
    ROXYGEN_ARGS: {
        createSearch: () => FlowrSearchBuilderOut<
            "all",
            ["filter"],
            ParentInformation,
            "with",
        >;
        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,
        ) => { ".meta": {}; results: Writable<RoxygenArgsResult>[] };
    } = ...

    Type Declaration