Skip to content

Commit

Permalink
Implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 20, 2014
1 parent 5c554d4 commit 4ef4491
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.js
@@ -0,0 +1,6 @@
"use strict";

module.exports = function isNegativeZero(value) {
return Infinity / Number(value) < 0;
};

0 comments on commit 4ef4491

Please sign in to comment.