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

x/dxx/src/lib/$deps.ts>$semver.gtr

🚀 (Deno) enhanced executor
Latest
function $semver.gtr
import { $semver } from "https://deno.land/x/dxx@rf/src/lib/$deps.ts";
const { gtr } = $semver;

Return true if version is greater than all the versions possible in the range.

Parameters

version: string | SemVer
range: string | Range
optional
optionsOrLoose: boolean | Options

Returns

boolean