Skip to main content
Module

std/semver/mod.ts>SemVer#format

Deno standard library
Go to Latest
method SemVer.prototype.format
import { SemVer } from "https://deno.land/std@0.183.0/semver/mod.ts";

Parameters

optional
opts: { style?:
| "release"
| "prerelease"
| "build"
| "full"
; }
= [UNSUPPORTED]

Returns

string