import { type semver } from "https://deno.land/x/fresh@1.4.3/src/dev/deps.ts";
const { SemVerRange } = semver;
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.