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

    classified identifiers of one package version, fed to PkgDbBuilder

    interface VersionExports {
        cran: boolean;
        deprecated: readonly string[];
        exported: readonly string[];
        internal: readonly string[];
        locations?: ReadonlyMap<string, readonly [string, number]>;
    }
    Index

    Properties

    cran: boolean
    deprecated: readonly string[]
    exported: readonly string[]
    internal: readonly string[]
    locations?: ReadonlyMap<string, readonly [string, number]>

    optional definition location per identifier: name -> [file, line] (emitted only in the all scope)