Skip to main content
Module

std/semver/mod.ts>greaterThan

The Deno Standard Library
Go to Latest
function greaterThan
Re-export
import { greaterThan } from "https://deno.land/std@0.223.0/semver/mod.ts";

Greater than comparison

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

Returns

boolean