Skip to main content
Module

std/semver/mod.ts>gt

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

Parameters

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

Returns

boolean