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

    Interface RRepository

    a repository a package may come from

    interface RRepository {
        home: (pkg: string) => string | undefined;
        label: string;
    }
    Index
    home: (pkg: string) => string | undefined
    label: string