Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
The Standard Library has been moved to JSR. See the blog post for details.
function greaterThanRange
import { greaterThanRange } from "https://deno.land/std@0.224.0/semver/greater_than_range.ts";

Check if the semver is greater than the range.

Parameters

semver: SemVer
range: Range

Returns

boolean