mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
Add string to valid _.includes parameters. [ci skip]
This commit is contained in:
committed by
John-David Dalton
parent
87cb4db263
commit
a8e95e25ad
@@ -5990,7 +5990,7 @@
|
||||
* @static
|
||||
* @memberOf _
|
||||
* @category Collection
|
||||
* @param {Array|Object} collection The collection to search.
|
||||
* @param {Array|Object|string} collection The collection to search.
|
||||
* @param {*} target The value to search for.
|
||||
* @param {number} [fromIndex=0] The index to search from.
|
||||
* @param- {Object} [guard] Enables use as an iteratee for functions like `_.reduce`.
|
||||
|
||||
Reference in New Issue
Block a user