mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
Move doc node from shimIsPlainObject to _.isPlainObject. [ci skip]
This commit is contained in:
@@ -2275,9 +2275,6 @@
|
|||||||
* is an object created by the `Object` constructor or has a `[[Prototype]]`
|
* is an object created by the `Object` constructor or has a `[[Prototype]]`
|
||||||
* of `null`.
|
* of `null`.
|
||||||
*
|
*
|
||||||
* Note: This method assumes objects created by the `Object` constructor
|
|
||||||
* have no inherited enumerable properties.
|
|
||||||
*
|
|
||||||
* @private
|
* @private
|
||||||
* @param {*} value The value to check.
|
* @param {*} value The value to check.
|
||||||
* @returns {boolean} Returns `true` if `value` is a plain object, else `false`.
|
* @returns {boolean} Returns `true` if `value` is a plain object, else `false`.
|
||||||
@@ -6456,6 +6453,9 @@
|
|||||||
* Checks if `value` is an object created by the `Object` constructor or has
|
* Checks if `value` is an object created by the `Object` constructor or has
|
||||||
* a `[[Prototype]]` of `null`.
|
* a `[[Prototype]]` of `null`.
|
||||||
*
|
*
|
||||||
|
* Note: This method assumes objects created by the `Object` constructor
|
||||||
|
* have no inherited enumerable properties.
|
||||||
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category Objects
|
* @category Objects
|
||||||
|
|||||||
Reference in New Issue
Block a user