Skip to main content
Module

std/semver/types.ts>FormatStyle

Deno standard library
Go to Latest
type alias FormatStyle
import { type FormatStyle } from "https://deno.land/std@0.210.0/semver/types.ts";

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

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