Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/netzo/cli/deps.ts>semverGreaterThanOrEquals

Netzo - roll out internal tools faster
Go to Latest
function semverGreaterThanOrEquals
import { semverGreaterThanOrEquals } from "https://deno.land/x/netzo@v0.1.85/cli/deps.ts";

Greater than or equal comparison

Parameters

v1: string | SemVer
v2: string | SemVer
optional
options: Options

Returns

boolean