import { minSatisfying } from "https://deno.land/std@0.199.0/semver/min_satisfying.ts";
Returns the lowest version in the list that satisfies the range, or undefined
if
none of them do.
Parameters
versions: SemVer[]
The versions to check.
range: SemVerRange
The range of possible versions to compare to.
Type Parameters
T extends string | SemVer