Skip to main content
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.1/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