import { type Range } from "https://deno.land/std@0.220.0/semver/types.ts";
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.
definition: Comparator[][]