import { equals } from "https://deno.land/std@0.216.0/semver/mod.ts";
Returns true
if both semantic versions are logically equivalent, even if they're not the exact same version object.
This is equal to compare(s0, s1) === 0
.
import { equals } from "https://deno.land/std@0.216.0/semver/mod.ts";
Returns true
if both semantic versions are logically equivalent, even if they're not the exact same version object.
This is equal to compare(s0, s1) === 0
.