mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
Remove references to _.
This commit is contained in:
@@ -5,7 +5,6 @@ import baseSortedIndex from './_baseSortedIndex.js';
|
||||
* should be inserted into `array` in order to maintain its sort order.
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
* @since 0.1.0
|
||||
* @category Array
|
||||
* @param {Array} array The sorted array to inspect.
|
||||
@@ -14,7 +13,7 @@ import baseSortedIndex from './_baseSortedIndex.js';
|
||||
* into `array`.
|
||||
* @example
|
||||
*
|
||||
* _.sortedIndex([30, 50], 40);
|
||||
* sortedIndex([30, 50], 40);
|
||||
* // => 1
|
||||
*/
|
||||
function sortedIndex(array, value) {
|
||||
|
||||
Reference in New Issue
Block a user