Plato on Github
Report Home
node_modules/es5-ext/array/#/last.js
Maintainability
75.06
Lines of code
9
Difficulty
5.33
Estimated Errors
0.04
Function weight
By Complexity
By SLOC
'use strict'; var lastIndex = require('./last-index'); module.exports = function () { var i; if ((i = lastIndex.call(this)) !== null) return this[i]; return undefined; };