Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dnit/deps.ts>semver.gt

dnit: typescript (deno) task executor
Go to Latest
function semver.gt
import { semver } from "https://deno.land/x/dnit@dnit-v1.14.3/deps.ts";
const { gt } = semver;

Parameters

v1: string | SemVer
v2: string | SemVer
optional
optionsOrLoose: boolean | Options

Returns

boolean