Skip to main content
Latest
function semver.gt
import { semver } from "https://deno.land/x/etag@0.2.0/deps.ts";
const { gt } = semver;

Greater than comparison

Parameters

v1: string | SemVer
v2: string | SemVer
optional
options: Options

Returns

boolean