Skip to main content
Module

std/semver/equals.ts>equals

The Deno Standard Library
Go to Latest
function equals
import { equals } from "https://deno.land/std@0.223.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