module.exports = function last(d) { return d && d[d.length-1] }