Skip to main content
Module

std/semver/mod.ts>neq

Deno standard library
Go to Latest
function neq
import { neq } from "https://deno.land/std@0.175.0/semver/mod.ts";

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