@eagleoutice/flowr - v2.13.1
    Preparing search index...
    interface SigDbContent {
        date: string;
        features?: Required<SigDbFeatures>;
        functions: number;
        generated: number;
        hash: string;
        packages: number;
        shard?: SigDbShard;
        strings: number;
        tier: SigDbTier;
        topN?: number;
        uniquePackages: number;
        version: number;
        versions: number;
    }
    Index

    Properties

    date: string
    features?: Required<SigDbFeatures>

    which information this bundle stores

    functions: number
    generated: number
    hash: string
    packages: number
    shard?: SigDbShard

    popularity shard, when the bundle was split by download rank

    strings: number
    tier: SigDbTier

    temporal tier of this bundle

    topN?: number

    the download-rank cutoff used for SigDbContent.shard

    uniquePackages: number
    version: number
    versions: number