mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Bump to v4.13.0.
This commit is contained in:
@@ -13,7 +13,7 @@ define(['./_baseSortedIndex', './eq'], function(baseSortedIndex, eq) {
|
||||
* @returns {number} Returns the index of the matched value, else `-1`.
|
||||
* @example
|
||||
*
|
||||
* _.sortedLastIndexOf([1, 1, 2, 2], 2);
|
||||
* _.sortedLastIndexOf([4, 5, 5, 5, 6], 5);
|
||||
* // => 3
|
||||
*/
|
||||
function sortedLastIndexOf(array, value) {
|
||||
|
||||
Reference in New Issue
Block a user