import { semver } from "https://deno.land/x/fresh@1.4.3/src/dev/deps.ts";
const { eq } = semver;
Returns true
if they're logically equivalent, even if they're not the exact
same version object.
import { semver } from "https://deno.land/x/fresh@1.4.3/src/dev/deps.ts";
const { eq } = semver;
Returns true
if they're logically equivalent, even if they're not the exact
same version object.