Plato on Github
Report Home
src/var/indexOf.js
Maintainability
87.59
Lines of code
7
Difficulty
2.92
Estimated Errors
0.01
Function weight
By Complexity
By SLOC
define( [ "./arr" ], function( arr ) { "use strict"; return arr.indexOf; } );