Skip to main content
Module

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

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

Parameters

a: string | SemVer
b: string | SemVer
optional
loose: boolean | Options

Returns

1 | 0 | -1