import { semver } from "https://deno.land/x/fresh@1.4.3/src/dev/deps.ts";
const { ANY } = semver;
ANY is a sentinel value used by some range calculations. It is not a valid SemVer object and should not be used directly.
import { semver } from "https://deno.land/x/fresh@1.4.3/src/dev/deps.ts";
const { ANY } = semver;
ANY is a sentinel value used by some range calculations. It is not a valid SemVer object and should not be used directly.