Plato on Github
Report Home
node_modules/isarray/index.js
Maintainability
90.77
Lines of code
3
Difficulty
3.82
Estimated Errors
0.03
Function weight
By Complexity
By SLOC
module.exports = Array.isArray || function (arr) { return Object.prototype.toString.call(arr) == '[object Array]'; };