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