Plato on Github
Report Home
node_modules/es5-ext/array/#/contains.js
Maintainability
89.83
Lines of code
7
Difficulty
5.00
Estimated Errors
0.04
Function weight
By Complexity
By SLOC
'use strict'; var indexOf = require('./e-index-of'); module.exports = function (searchElement/*, position*/) { return indexOf.call(this, searchElement, arguments[1]) > -1; };