Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function comparatorMin
Deprecated
Deprecated

(will be removed in 0.214.0) Use rangeMin instead.

import { comparatorMin } from "https://deno.land/std@0.212.0/semver/comparator_min.ts";

The minimum semantic version that could match this comparator

Parameters

semver: SemVer

The semantic version of the comparator

operator: Operator

The operator of the comparator

Returns

The minimum valid semantic version