Skip to main content
Module

std/semver/mod.ts>minVersion

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

Returns the lowest version that can possibly match the given range.

Parameters

range: string | Range
optional
options: Options

Returns

SemVer | null