This commit is contained in:
6
node_modules/licia/findLastIdx.js
generated
vendored
Normal file
6
node_modules/licia/findLastIdx.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
var findIdx = require('./findIdx');
|
||||
exports = function(arr, predicate, ctx) {
|
||||
return findIdx(arr, predicate, ctx, -1);
|
||||
};
|
||||
|
||||
module.exports = exports;
|
||||
Reference in New Issue
Block a user