Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/changelog/src/deps.ts>eq

Node & Deno package to parse and generate changelogs
Go to Latest
function eq
import { eq } from "https://deno.land/x/changelog@v2.3.0/src/deps.ts";

This is true if they're logically equivalent, even if they're not the exact same string.

Parameters

v1: string | SemVer
v2: string | SemVer
optional
options: Options

Returns

boolean