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.major
import { semver } from "https://deno.land/std@0.137.0/_tools/release/deps.ts";
const { major } = semver;

Return the major version number.

Parameters

v: string | SemVer
optional
optionsOrLoose: boolean | Options

Returns

number