Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function semver.compare
import { semver } from "https://deno.land/std@0.157.0/_tools/release/deps.ts";
const { compare } = semver;

Parameters

v1: string | SemVer
v2: string | SemVer
optional
optionsOrLoose: boolean | Options

Returns

1 | 0 | -1