function maxSatisfyingimport { maxSatisfying } from "https://dotland.deno.dev/std@0.181.0/semver/mod.ts"; maxSatisfying<T extends string | SemVer>(versions: ReadonlyArray<T>,range: string | Range,options?: Options,): T | nullReturns the highest version in the list that satisfies the range, or null if none of them do. Type ParametersT extends string | SemVerParametersversions: ReadonlyArray<T>range: string | Rangeoptionaloptions: OptionsReturnsT | null