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

    a hit from a wildcard package search

    interface SignaturePackageMatch {
        base: boolean;
        cran: boolean;
        cranPage?: string;
        latest?: string;
        name: string;
        versions?: readonly string[];
    }
    Index

    Properties

    base: boolean
    cran: boolean
    cranPage?: string
    latest?: string
    name: string
    versions?: readonly string[]

    the versions matching the version spec (present only for a versioned search)