Skip to main content
Module

std/semver/types.ts>FormatStyle

Deno standard library
Go to Latest
type alias FormatStyle
Deprecated
Deprecated

(will be removed in 0.213.0)

import { type FormatStyle } from "https://deno.land/std@0.212.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"