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

x/fresh/src/dev/deps.ts>greaterOrEqual

The next-gen web framework.
Extremely Popular
Latest
function greaterOrEqual
Re-export
import { greaterOrEqual } from "https://deno.land/x/fresh@1.7.2/src/dev/deps.ts";

Greater than or equal to comparison

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

Parameters

s0: SemVer
s1: SemVer

Returns

boolean