Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pup/deps.ts>gt

Universal process manager built in Deno
Go to Latest
function gt
Re-export
import { gt } from "https://deno.land/x/pup@1.0.0-rc.0/deps.ts";

Greater than comparison

Returns

boolean

Parameters

s0: string | SemVer
s1: string | SemVer
optional
options: { includePrerelease: boolean; }

Returns

boolean