Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function greaterOrEqual
import { greaterOrEqual } from "https://deno.land/std@0.223.0/semver/greater_or_equal.ts";

Greater than or equal to comparison

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

Returns

boolean