Module

x/fluentci/deps.ts>semver.comparatorIntersects

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

(will be removed in 0.214.0) Use rangeIntersects instead.

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

Returns true if the range of possible versions intersects with the other comparators set of possible versions

Parameters

The left side comparator

The right side comparator

Returns

boolean

True if any part of the comparators intersect

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