Skip to main content
Module

std/semver/mod.ts>formatRange

The Deno Standard Library
Go to Latest
function formatRange
import { formatRange } from "https://deno.land/std@0.223.0/semver/mod.ts";

Formats the range into a string

Examples

=0.0.0 || <1.0.0

Parameters

range: Range

The range to format

Returns

string

A string representation of the range