UNPKG

@extra-array/last

Version:
6 lines (5 loc) 110 B
'use strict'; function last(x, vd) { return x.length > 0 ? x[x.length - 1] : vd; } module.exports = last;