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

    Serializes a PkgDb. Accumulate per-version exports with addPackage/addVersion, then build a scope. The multi-use string pool is computed per scope; the latest scope may be pruned to the most-downloaded packages. This is the counterpart of PkgDatabase (the reader).

    Index

    Constructors

    Methods

    • Parameters

      • scope: "all" | "latest"
      • meta: {
            cranBase?: string;
            date: string;
            generated: number;
            minDownloads?: number;
            topN?: number;
            version: number;
        }

      Returns PkgDb