mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-13 12:27:49 +00:00
Remove “static” jsdoc tag.
This commit is contained in:
1
sumBy.js
1
sumBy.js
@@ -5,7 +5,6 @@ import baseSum from './.internal/baseSum.js';
|
||||
* invoked for each element in `array` to generate the value to be summed.
|
||||
* The iteratee is invoked with one argument: (value).
|
||||
*
|
||||
* @static
|
||||
* @since 4.0.0
|
||||
* @category Math
|
||||
* @param {Array} array The array to iterate over.
|
||||
|
||||
Reference in New Issue
Block a user