import { maxSatisfying } from "https://deno.land/std@0.188.0/semver/mod.ts";
Returns the highest version in the list that satisfies the range, or null
if none of them do.
Type Parameters
T extends string | SemVer
import { maxSatisfying } from "https://deno.land/std@0.188.0/semver/mod.ts";
Returns the highest version in the list that satisfies the range, or null
if none of them do.