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

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

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

Parameters

version1: string | SemVer
version2: string | SemVer
optional
optionsOrLoose: boolean | Options