mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07:49 +00:00
Add proper jsdoc tags to _.fill. [ci skip]
This commit is contained in:
@@ -4435,7 +4435,9 @@
|
||||
*
|
||||
* **Note:** This method mutates `array`.
|
||||
*
|
||||
* @private
|
||||
* @static
|
||||
* @memberOf _
|
||||
* @category Array
|
||||
* @param {Array} array The array to fill.
|
||||
* @param {*} value The value to fill `array` with.
|
||||
* @param {number} [start=0] The start position.
|
||||
|
||||
Reference in New Issue
Block a user