function minVersionimport { minVersion } from "https://dotland.deno.dev/std@0.181.0/semver/mod.ts"; minVersion(range: string | Range, options?: Options): SemVer | nullReturns the lowest version that can possibly match the given range. Parametersrange: string | Rangeoptionaloptions: OptionsReturnsSemVer | null