Plato on Github
Report Home
node_modules/json-diff/lib/util.js
Maintainability
68.90
Lines of code
20
Difficulty
13.39
Estimated Errors
0.08
Function weight
By Complexity
By SLOC
// Generated by IcedCoffeeScript 1.3.3f (function() { var extendedTypeOf; extendedTypeOf = function(obj) { var result; result = typeof obj; if (!(obj != null)) { return 'null'; } else if (result === 'object' && obj.constructor === Array) { return 'array'; } else { return result; } }; module.exports = { extendedTypeOf: extendedTypeOf }; }).call(this);