Skip to main content
Module

std/semver/mod.ts>default#format

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

Parameters

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

Returns

string