Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dnit/deps.ts>semver.minor

dnit: typescript (deno) task executor
Go to Latest
function semver.minor
import { semver } from "https://deno.land/x/dnit@dnit-v1.14.3/deps.ts";
const { minor } = semver;

Return the minor version number.

Parameters

v: string | SemVer
optional
optionsOrLoose: boolean | Options

Returns

number