mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-21 10:39:26 +08:00
a0f00e5017
Co-authored-by: OliverMKing <OliverMKing@users.noreply.github.com>
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;
|