Skip to main content
Module

x/fluentci/deps.ts>semver.rangeFormat

This is the command line interface for FluentCI.
Go to Latest
function semver.rangeFormat
Deprecated
Deprecated

(will be removed after 0.213.0) Use formatRange instead.

import { semver } from "https://deno.land/x/fluentci@v0.13.0/deps.ts";
const { rangeFormat } = semver;

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