Skip to main content
Module

x/velociraptor/deps.ts>semver.compareIdentifiers

The npm-style script runner for Deno
Latest
function semver.compareIdentifiers
import { semver } from "https://deno.land/x/velociraptor@1.5.0/deps.ts";
const { compareIdentifiers } = semver;

Parameters

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

Returns

1 | 0 | -1