Plato on Github
Report Home
node_modules/es5-ext/string/#/last.js
Maintainability
77.27
Lines of code
8
Difficulty
5.43
Estimated Errors
0.05
Function weight
By Complexity
By SLOC
'use strict'; var value = require('../../object/valid-value'); module.exports = function () { var self = String(value(this)), l = self.length; return l ? self[l - 1] : null; };