Skip to main content
Module

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

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

Parameters

a: string | number | null
b: string | number | null

Returns

1 | 0 | -1