Skip to main content
Module

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

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

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

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

Parameters

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