@eagleoutice/flowr - v2.13.1
    Preparing search index...

    a compact hit from a wildcard function search

    interface SignatureMatchView {
        docUrl?: string;
        exported: boolean;
        file?: string;
        line?: number;
        matchedParameters?: readonly string[];
        name: string;
        package: string;
        parameters?: readonly string[];
        sourceUrl?: string;
        version?: string;
    }
    Index

    Properties

    docUrl?: string

    best-effort rdrr.io documentation link, when the function name maps to a documentable topic

    exported: boolean
    file?: string
    line?: number
    matchedParameters?: readonly string[]

    the subset of parameters that the --param filter actually matched, so the renderer can highlight them

    name: string
    package: string
    parameters?: readonly string[]

    a preview of the function's parameters (the ones a parameter/required filter matched first), when such a filter is active

    sourceUrl?: string
    version?: string