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

std/semver/mod.ts>compareBuild

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function compareBuild
import { compareBuild } from "https://deno.land/std@0.153.0/semver/mod.ts";

Parameters

a: string | SemVer
b: string | SemVer
optional
options: Options

Returns

1 | 0 | -1