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

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

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

    Properties

    Properties

    date?: Date
    version: string