Skip to main content
Module

std/semver/types.ts>FormatStyle

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias FormatStyle
Deprecated
Deprecated

(will be removed in 0.213.0)

import { type FormatStyle } from "https://deno.land/std@0.211.0/semver/types.ts";

The style to use when formatting a SemVer object into a string

deprecated
definition:
| "full"
| "release"
| "primary"
| "build"
| "pre"
| "patch"
| "minor"
| "major"