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

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

The next-gen web framework.
Extremely Popular
Go to Latest
type alias semver.ReleaseType
Re-export
import { type semver } from "https://deno.land/x/fresh@1.4.0/src/dev/deps.ts";
const { ReleaseType } = semver;

The possible release types are used as an operator for the increment function and as a result of the difference function.

definition:
| "pre"
| "major"
| "premajor"
| "minor"
| "preminor"
| "patch"
| "prepatch"
| "prerelease"