Skip to main content
Module

x/actionify/config/deps.ts>semver.gtr

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function semver.gtr
import { semver } from "https://deno.land/x/actionify@0.3.0/config/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