Plato on Github
Report Home
node_modules/es5-ext/object/eq.js
Maintainability
87.96
Lines of code
5
Difficulty
8.00
Estimated Errors
0.03
Function weight
By Complexity
By SLOC
'use strict'; module.exports = function (x, y) { return ((x === y) || ((x !== x) && (y !== y))); //jslint: skip };