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.157.0/semver/mod.ts";

Parameters

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

Returns

boolean