Module

std/semver/mod.ts>FormatStyle

Deno standard library
Go to Latest
type alias FormatStyle
import { type FormatStyle } from "https://dotland.deno.dev/std@0.192.0/semver/mod.ts";

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

definition:
| "full"
| "release"
| "primary"
| "build"
| "pre"
| "patch"
| "minor"
| "major"
import FormatStyle
import { FormatStyle } from "https://dotland.deno.dev/std@0.192.0/semver/mod.ts";