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