@eagleoutice/flowr - v2.13.1
    Preparing search index...
    interface SigDbDownloadResult {
        dir: string;
        files: readonly string[];
        manifest: string | undefined;
    }
    Index

    Properties

    Properties

    dir: string

    the directory the bundle landed in (add it to solver.sigdb.additionalPaths to keep it mounted)

    files: readonly string[]

    every downloaded file

    manifest: string | undefined

    the manifest to mount (richest scope), or undefined if the release ships only standalone bundles