Skip to main content
Module

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

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

Greater than or equal to comparison

Parameters

s0: SemVer
s1: SemVer

Returns

boolean

Parameters

s0: string | SemVer
s1: string | SemVer
optional
options: { includePrerelease: boolean; }

Returns

boolean