import { minSatisfying } from "https://deno.land/std@0.220.0/semver/min_satisfying.ts";
Returns the lowest version in the list that satisfies the range, or undefined
if
none of them do.
import { minSatisfying } from "https://deno.land/std@0.220.0/semver/min_satisfying.ts";
Returns the lowest version in the list that satisfies the range, or undefined
if
none of them do.