3.1.2 • Published 10 days ago

@teamteanpm2024/repellendus-ad-facere v3.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 days ago

@teamteanpm2024/repellendus-ad-facere Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

Is this value negative zero? === will lie to you.

Example

var isNegativeZero = require('@teamteanpm2024/repellendus-ad-facere');
var assert = require('assert');

assert.notOk(isNegativeZero(undefined));
assert.notOk(isNegativeZero(null));
assert.notOk(isNegativeZero(false));
assert.notOk(isNegativeZero(true));
assert.notOk(isNegativeZero(0));
assert.notOk(isNegativeZero(42));
assert.notOk(isNegativeZero(Infinity));
assert.notOk(isNegativeZero(-Infinity));
assert.notOk(isNegativeZero(NaN));
assert.notOk(isNegativeZero('foo'));
assert.notOk(isNegativeZero(function () {}));
assert.notOk(isNegativeZero([]));
assert.notOk(isNegativeZero({}));

assert.ok(isNegativeZero(-0));

Tests

Simply clone the repo, npm install, and run npm test

2.1.2

11 days ago

3.1.2

10 days ago

2.1.1

12 days ago

2.1.0

13 days ago

1.1.0

14 days ago

1.0.0

15 days ago