Skip to main content
Module

std/semver/mod.ts>greaterOrEqual

Deno standard library
Go to Latest
function greaterOrEqual
Re-export
import { greaterOrEqual } from "https://deno.land/std@0.216.0/semver/mod.ts";

Greater than or equal to comparison

This is equal to compare(s0, s1) >= 0.

Returns

boolean