Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/actionify/config/deps.ts>semver.rcompare

Create and manage your GitHub workflows with TypeScript and Deno.
Go to Latest
function semver.rcompare
import { semver } from "https://deno.land/x/actionify@0.2.0/config/deps.ts";
const { rcompare } = semver;

Parameters

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

Returns

1 | 0 | -1