All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.cjs.findLastIndex.js Maven / Gradle / Ivy

The newest version!
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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy