Sha256: 799c0f1b07c092626cf1efd71d459997635911bb5f7fc1196efe449bba87e965

Contents?: true

Size: 255 Bytes

Versions: 2

Compression:

Stored size: 255 Bytes

Contents

import SemVer = require("../classes/semver");
import semver = require("../index");

/**
 * v1 != v2 The opposite of eq.
 */
declare function neq(v1: string | SemVer, v2: string | SemVer, optionsOrLoose?: boolean | semver.Options): boolean;

export = neq;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pcp-server-ruby-sdk-0.0.6 node_modules/@types/semver/functions/neq.d.ts
pcp-server-ruby-sdk-0.1.0 node_modules/@types/semver/functions/neq.d.ts