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

std/semver/mod.ts>greaterThan

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function greaterThan
Re-export
import { greaterThan } from "https://deno.land/std@0.216.0/semver/mod.ts";

Greater than comparison

This is equal to compare(s0, s1) > 0.

Returns

boolean