Skip to main content
Module

std/semver/gtr.ts>gtr

Deno standard library
Go to Latest
function gtr
import { gtr } from "https://deno.land/std@0.212.0/semver/gtr.ts";

Checks to see if the version is greater than all possible versions of the range.

Parameters

version: SemVer
range: SemVerRange

Returns

boolean