Skip to main content
Module

x/fluentci/deps.ts>semver.SemVerRange

This is the command line interface for FluentCI.
Go to Latest
interface semver.SemVerRange
Re-export
import { type semver } from "https://deno.land/x/fluentci@v0.13.0/deps.ts";
const { SemVerRange } = semver;

A type representing a semantic version range. The ranges consist of a nested array, which represents a set of OR comparisons while the inner array represents AND comparisons.

Properties

ranges: SemVerRangeOr