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

x/deno/tools/release/deps.ts>semver.neq

A modern runtime for JavaScript and TypeScript.
Latest
function semver.neq
import { semver } from "https://deno.land/x/deno@v1.41.0/tools/release/deps.ts";
const { neq } = semver;

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

Parameters

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

Returns

boolean