Module

x/denoify/src/tools/Version.ts>Version.bumpType

🦕For NPM module authors that would like to support Deno but do not want to write and maintain a port.
Go to Latest
function Version.bumpType
import { Version } from "https://dotland.deno.dev/x/denoify@v1.1.5/src/tools/Version.ts";
const { bumpType } = Version;

Parameters

params: { versionBehindStr: string; versionAheadStr: string; }

Returns

| "SAME"
| "MAJOR"
| "MINOR"
| "PATCH"