Module

x/fluentci/deps.ts>semver.comparatorMin

This is the command line interface for FluentCI.
Go to Latest
function semver.comparatorMin
Deprecated
Deprecated

(will be removed in 0.214.0) Use rangeMin instead.

import { semver } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts";
const { comparatorMin } = semver;

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

import semver.comparatorMin
import { semver } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts";
const { comparatorMin } = semver;