Module

std/semver/equals.ts>equals

Deno standard library
Go to Latest
function equals
import { equals } from "https://dotland.deno.dev/std@0.215.0/semver/equals.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.

Returns

boolean