@eagleoutice/flowr - v2.13.1
    Preparing search index...
    interface SigFunctionInfo {
        callees: readonly string[];
        file?: string;
        line?: number;
        name: string;
        params: readonly SigParamInfo[];
        props: number;
        topic?: string;
    }
    Index

    Properties

    callees: readonly string[]

    named callees (order/duplication irrelevant; deduped + sorted internally)

    file?: string
    line?: number
    name: string
    params: readonly SigParamInfo[]
    props: number

    bitfield of FnProp (must set FnProp.Exported for exported functions)

    topic?: string

    the Rd help topic (man-page name) documenting this function, when it differs from name