mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Cleanup tag order.
This commit is contained in:
@@ -21,7 +21,7 @@ const nativeMax = Math.max;
|
||||
* @param {number} [fromIndex=0] The index to search from.
|
||||
* @param- {Object} [guard] Enables use as an iteratee for methods like `reduce`.
|
||||
* @returns {boolean} Returns `true` if `value` is found, else `false`.
|
||||
* @see startsWith, endsWith
|
||||
* @see endsWith, startsWith
|
||||
* @example
|
||||
*
|
||||
* includes([1, 2, 3], 1);
|
||||
|
||||
Reference in New Issue
Block a user