This commit is contained in:
6
node_modules/licia/last.js
generated
vendored
Normal file
6
node_modules/licia/last.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
exports = function(arr) {
|
||||
var len = arr ? arr.length : 0;
|
||||
if (len) return arr[len - 1];
|
||||
};
|
||||
|
||||
module.exports = exports;
|
||||
Reference in New Issue
Block a user