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

x/fresh/src/dev/deps.ts>semver.minor

The next-gen web framework.
Extremely Popular
Go to Latest
function semver.minor
Deprecated
Deprecated

(will be removed after 0.200.0) Use parse(...).minor instead.

import { semver } from "https://deno.land/x/fresh@1.4.3/src/dev/deps.ts";
const { minor } = semver;

Parameters

v: string | SemVer
optional
options: { includePrerelease: boolean; }