Skip to main content
Module

std/semver/mod.ts>gtr

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

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

Parameters

version: string | SemVer
range: string | Range
optional
options: Options

Returns

boolean