mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47:49 +00:00
Correct jsdoc param indicators for _.omit and _.pick. [ci skip]
This commit is contained in:
@@ -10607,7 +10607,7 @@
|
||||
* @memberOf _
|
||||
* @category Object
|
||||
* @param {Object} object The source object.
|
||||
* @param {string|string[]} [props] The property names to omit, specified
|
||||
* @param {...(string|string[])} [props] The property names to omit, specified
|
||||
* individually or in arrays..
|
||||
* @returns {Object} Returns the new object.
|
||||
* @example
|
||||
@@ -10677,7 +10677,7 @@
|
||||
* @memberOf _
|
||||
* @category Object
|
||||
* @param {Object} object The source object.
|
||||
* @param {string|string[]} [props] The property names to pick, specified
|
||||
* @param {...(string|string[])} [props] The property names to pick, specified
|
||||
* individually or in arrays.
|
||||
* @returns {Object} Returns the new object.
|
||||
* @example
|
||||
|
||||
Reference in New Issue
Block a user