Skip to main content
Module

x/fresh/src/dev/deps.ts>semver.neq

The next-gen web framework.
Extremely Popular
Go to Latest
function semver.neq
Re-export
import { semver } from "https://deno.land/x/fresh@1.4.3/src/dev/deps.ts";
const { neq } = semver;

Not equal comparison

Returns

boolean

Parameters

s0: string | SemVer
s1: string | SemVer
optional
options: { includePrerelease: boolean; }

Returns

boolean