import { semver } from "https://deno.land/x/fresh@1.4.1/src/dev/deps.ts";
const { comparatorIntersects } = semver;
Returns true if the range of possible versions intersects with the other comparators set of possible versions
Parameters
c0: SemVerComparator
The left side comparator
c1: SemVerComparator
The right side comparator