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

    options for collectOrphanUsage

    interface OrphanUsageOptions {
        builtinLibraryOf?: (name: string) => string | undefined;
        self?: string;
    }
    Index
    builtinLibraryOf?: (name: string) => string | undefined

    flowR's curated map of a builtin-modeled library function to its package (e.g. ggplot to ggplot2), the authoritative disambiguator when several packages export the name

    self?: string

    the analyzed project's own namespace, never inferred as one of its own orphan dependencies