Skip to main content
Go to Latest
function formatRange
import { formatRange } from "https://deno.land/std@0.212.0/semver/format_range.ts";

Formats the range into a string

Examples

=0.0.0 || <1.0.0

Parameters

The range to format

Returns

string

A string representation of the range