Skip to main content
Module

x/actionify/config/deps.ts>semver.maxSatisfying

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function semver.maxSatisfying
import { semver } from "https://deno.land/x/actionify@0.3.0/config/deps.ts";
const { maxSatisfying } = semver;

Type Parameters

T extends string | SemVer

Parameters

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

Returns

T | null