Skip to main content
Module

std/semver/mod.ts>maxSatisfying

Deno standard library
Go to Latest
function maxSatisfying
import { maxSatisfying } from "https://deno.land/std@0.157.0/semver/mod.ts";

Type Parameters

T extends string | SemVer

Parameters

versions: ReadonlyArray<T>
range: string | Range
optional
options: Options

Returns

T | null