import { semver } from "https://deno.land/x/fresh@1.5.3/src/dev/deps.ts";
const { rangeFormat } = semver;
Formats the range into a string
Examples
=0.0.0 || <1.0.0
=0.0.0 || <1.0.0
Parameters
range: SemVerRange
The range to format
import { semver } from "https://deno.land/x/fresh@1.5.3/src/dev/deps.ts";
const { rangeFormat } = semver;
Formats the range into a string
=0.0.0 || <1.0.0
The range to format