Skip to main content
Module

std/semver/mod.ts>inc

Deno standard library
Go to Latest
function inc
Deprecated
Deprecated

(will be removed after 0.165.0) use increment instead

import { inc } from "https://deno.land/std@0.165.0/semver/mod.ts";

Parameters

version: string | SemVer
release: ReleaseType
optional
options: Options
optional
identifier: string

Returns

string | null