minVersion
external fun minVersion(range: String, optionsOrLoose: Boolean = definedExternally): SemVer?(source)
external fun minVersion(range: String, optionsOrLoose: Options = definedExternally): SemVer?(source)
Return the lowest version that can possibly match the given range.