Add string to valid _.includes parameters. [ci skip]

This commit is contained in:
Graeme Yeates
2015-07-20 19:40:29 -04:00
committed by John-David Dalton
parent 87cb4db263
commit a8e95e25ad

View File

@@ -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`.