import { semver } from "https://deno.land/x/fresh@1.4.3/src/dev/deps.ts";
const { INVALID } = semver;
A sentinel value used to denote an invalid SemVer object which may be the result of impossible ranges or comparator operations.
import { semver } from "https://deno.land/x/fresh@1.4.3/src/dev/deps.ts";
const { INVALID } = semver;
A sentinel value used to denote an invalid SemVer object which may be the result of impossible ranges or comparator operations.