Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function greaterThan
import { greaterThan } from "https://deno.land/std@0.215.0/semver/greater_than.ts";

Greater than comparison

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

Returns

boolean