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

    the resolved identifiers of one package version

    interface LibraryExports {
        cran: boolean;
        cranUrl?: string;
        deprecated: string[];
        exported: string[];
        internal: string[];
        locations?: ReadonlyMap<string, PkgDbDefinitionLocation>;
        version: string;
    }
    Index

    Properties

    cran: boolean
    cranUrl?: string
    deprecated: string[]
    exported: string[]
    internal: string[]

    defined-but-not-exported identifiers (only available in the all scope)

    locations?: ReadonlyMap<string, PkgDbDefinitionLocation>

    definition location per identifier, if the database carries them (all scope, latest version)

    version: string