PATH:
usr
/
lib
/
node_modules
/
forever
/
node_modules
/
object-is
'use strict'; var numberIsNaN = function (value) { return value !== value; }; module.exports = function is(a, b) { if (a === 0 && b === 0) { return 1 / a === 1 / b; } if (a === b) { return true; } if (numberIsNaN(a) && numberIsNaN(b)) { return true; } return false; };
[-] .nycrc
[edit]
[-] README.md
[edit]
[-] auto.js
[edit]
[-] package.json
[edit]
[+]
..
[+]
test
[-] LICENSE
[edit]
[-] .eslintrc
[edit]
[-] implementation.js
[edit]
[-] polyfill.js
[edit]
[-] shim.js
[edit]
[-] index.js
[edit]
[-] CHANGELOG.md
[edit]