mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +00:00
Correct jsdoc param indicators for _.omit and _.pick. [ci skip]
This commit is contained in:
@@ -10607,7 +10607,7 @@
|
|||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category Object
|
* @category Object
|
||||||
* @param {Object} object The source 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..
|
* individually or in arrays..
|
||||||
* @returns {Object} Returns the new object.
|
* @returns {Object} Returns the new object.
|
||||||
* @example
|
* @example
|
||||||
@@ -10677,7 +10677,7 @@
|
|||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category Object
|
* @category Object
|
||||||
* @param {Object} object The source 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.
|
* individually or in arrays.
|
||||||
* @returns {Object} Returns the new object.
|
* @returns {Object} Returns the new object.
|
||||||
* @example
|
* @example
|
||||||
|
|||||||
Reference in New Issue
Block a user