function semver.comparatorIntersectsDeprecatedDeprecated(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; comparatorIntersects(c0: Comparator, c1: Comparator): booleanReturns true if the range of possible versions intersects with the other comparators set of possible versions Parametersc0: ComparatorThe left side comparator c1: ComparatorThe right side comparator ReturnsbooleanTrue if any part of the comparators intersect import semver.comparatorIntersectsimport { semver } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts"; const { comparatorIntersects } = semver;