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

Parameters

a: string | SemVer
b: string | SemVer

Returns

1 | 0 | -1