Module

std/semver/mod.ts>comparatorMin

Deno standard library
Go to Latest
function comparatorMin
import { comparatorMin } from "https://dotland.deno.dev/std@0.192.0/semver/mod.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

import comparatorMin
import { comparatorMin } from "https://dotland.deno.dev/std@0.192.0/semver/mod.ts";