licenses.dev

is-eq-zero v1.1.0

Returns true if the given number is 0, false otherwise.

Published on

Licenses

Learn more about license information.

Package Licenses

WTFPL

Dependency Licenses

MIT25
PackageRelationDependenciesPublished
async-function • 1.0.0A function that returns the normally hidden `AsyncFunction` constructorINDIRECT0
async-generator-function • 1.0.0A function that returns the normally hidden `AsyncGeneratorFunction` constructorINDIRECT0
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT15
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
es-define-property • 1.0.1`Object.defineProperty`, but not IE 8's broken one.INDIRECT0
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
es-object-atoms • 1.1.2ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
generator-function • 2.0.1A function that returns the normally hidden `GeneratorFunction` constructorINDIRECT0
get-intrinsic • 1.3.1Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT14
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.INDIRECT1
hasown • 2.0.4A robust, ES3 compatible, "has own property" predicate.INDIRECT1
is-null • 1.0.1Checks if the given value is null.DIRECT0
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.DIRECT0
is-string • 1.1.1Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.DIRECT17
is-true • 0.1.1Returns `true` if the value of an object's property is strictly true, or it's inverse is false.DIRECT2
is-undefined • 1.0.12Check if a value is undefined or not.DIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isobject • 2.1.0Returns true if the value is an object and not an array or null.INDIRECT1
jquery • 3.7.1JavaScript library for DOM operationsDIRECT0
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
unknown1
PackageRelationDependenciesPublished
jquery-basic-arithmetic-plugin • 1.1.0The long-awaited basic arithmetic plugin for jQueryDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/is-eq-zero)](https://licenses.dev/npm/is-eq-zero)
<a href="https://licenses.dev/npm/is-eq-zero">
  <img src="https://licenses.dev/b/npm/is-eq-zero" alt="licenses" />
</a>

Or the licenses badge code for the 1.1.0 version:

[![licenses](https://licenses.dev/b/npm/is-eq-zero/1.1.0)](https://licenses.dev/npm/is-eq-zero/1.1.0)
<a href="https://licenses.dev/npm/is-eq-zero/1.1.0">
  <img src="https://licenses.dev/b/npm/is-eq-zero/1.1.0" alt="licenses" />
</a>
GitHub