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

    Interface AvailableVersion

    one version a source can answer for a package, with its release date when known

    interface AvailableVersion {
        date?: Date;
        version: string;
    }
    Index
    date?: Date
    version: string