mirror of
https://gitea.com/actions/setup-maven.git
synced 2025-11-10 03:06:22 +08:00
7 lines
235 B
JavaScript
7 lines
235 B
JavaScript
|
|
var _createPredicateIndexFinder = require('./_createPredicateIndexFinder.js');
|
||
|
|
|
||
|
|
// Returns the last index on an array-like that passes a truth test.
|
||
|
|
var findLastIndex = _createPredicateIndexFinder(-1);
|
||
|
|
|
||
|
|
module.exports = findLastIndex;
|