Skip to main content
Module

x/actionify/config/deps.ts>semver.intersects

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function semver.intersects
import { semver } from "https://deno.land/x/actionify@0.3.0/config/deps.ts";
const { intersects } = semver;

Return true if any of the ranges comparators intersect

Parameters

range1: string | Range | Comparator
range2: string | Range | Comparator
optional
optionsOrLoose: boolean | Options

Returns

boolean