Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function semver.compareIdentifiers
import { semver } from "https://deno.land/std@0.137.0/_tools/release/deps.ts";
const { compareIdentifiers } = semver;

Parameters

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

Returns

1 | 0 | -1