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

    Interface RLicenseInfo

    interface RLicenseInfo {
        license: string;
        type: "license";
        versionConstraint?: Range;
    }
    Index

    Properties

    license: string
    type: "license"
    versionConstraint?: Range