Skip to main content
Module

std/semver/mod.ts>equals

Deno standard library
Go to Latest
function equals
Re-export
import { equals } from "https://deno.land/std@0.213.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.

Returns

boolean